HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: //opt/remi/php56/root/usr/share/doc/pear/HTML_AJAX/examples/tests/duplicateJSLib.php
<?php
/**
 * Duplicate JS files are automatically removed by HTML_AJAX_Server
 *
 * This is a test for that functionality
 */
?>
<html>
<head>
	<title>Duplicate JS library Test</title>
	<script src="../server.php?client=Queue,orderedQueue,priorityqueue"></script>
</head>
<body>
<p>Nothing to see here, view: <a href="../server.php?client=Queue,orderedQueue,priorityqueue">../server.php?client=Queue,orderedQueue,priorityQueue</a> to test</p>
</body>
</html>