sync
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
</body>
|
||||
|
||||
<footer>
|
||||
|
||||
<?php
|
||||
$scripts = '';
|
||||
switch ($_SERVER['SCRIPT_NAME']) {
|
||||
case '/index.php':
|
||||
$scripts .= '<script src="js/login.js"></script>';
|
||||
break;
|
||||
}
|
||||
|
||||
echo $scripts;
|
||||
?>
|
||||
|
||||
</footer>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user