This commit is contained in:
2025-03-31 12:06:01 -06:00
parent 5125612c05
commit f4f5077210
3 changed files with 24 additions and 6 deletions
+4 -1
View File
@@ -35,13 +35,16 @@
}
if ($_SERVER['SCRIPT_NAME'] == '/admin.php') {
echo '
<script src="js/clickable_rows.js"></script>
';
$args = get_args_from_url();
if (isset($args['view'])) {
if ($args['view'] == 'users') {
echo '
<script src="js/upload.js"></script>
';
';
}
}
}