Fix typo that broke users.php

Fix typo that broke users.php in commit c3bc265
This commit is contained in:
n0obHere 2025-02-27 21:26:31 -05:00 committed by GitHub
parent 6d742f6b6b
commit b3cf46bcdc
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'] ?? ''; $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) { if (!empty($action) && is_array($users) && @sizeof($users) != 0) {
switch ($action) { switch ($action) {
case 'copy': case 'copy':