mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
8 lines
252 B
PHP
8 lines
252 B
PHP
html text<br/>
|
|
<script type="text/javascript">/* <![CDATA[ */
|
|
testFoo = "foo"; jQuery('#foo').html('foo');
|
|
ok( true, "test.php executed" );
|
|
/* ]]> */</script>
|
|
<script src="data/testbar.php?<?php srand(); echo time() . '' . rand(); ?>"></script>
|
|
blabla
|