first commit
This commit is contained in:
5
old/CONTENT/ROOT_URI/Admin/Settings.php
Normal file
5
old/CONTENT/ROOT_URI/Admin/Settings.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
echo '<h2>Allowed Users</h2><br>';
|
||||
foreach (glob("CONFIG/*.txt") as $filename) echo substr($filename, 7,-4);
|
||||
echo '<h2>Add a user</h2><br><input type="text" >';
|
||||
?>
|
||||
Reference in New Issue
Block a user