Merge pull request #2 from n0obHere/fix_typo_users_page

Fix typo that broke users.php
This commit is contained in:
n0obHere 2025-02-27 21:29:03 -05:00 committed by GitHub
commit 2376750f6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
$users = $_POST['users'] ?? '';
}
S//process the http post data by action
//process the http post data by action
if (!empty($action) && is_array($users) && @sizeof($users) != 0) {
switch ($action) {
case 'copy':
@ -321,4 +321,4 @@ S//process the http post data by action
//include the footer
require_once "resources/footer.php";
?>
?>