Fix typo that broke users.php
Fix typo that broke users.php in commit c3bc265
This commit is contained in:
@@ -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':
|
||||||
@@ -321,4 +321,4 @@ S//process the http post data by action
|
|||||||
//include the footer
|
//include the footer
|
||||||
require_once "resources/footer.php";
|
require_once "resources/footer.php";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user