Update users.php
This commit is contained in:
parent
f8e1e81546
commit
c1296f26e0
|
|
@ -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':
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue