mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-29 00:54:31 +00:00
@@ -57,6 +57,12 @@ class funct
|
||||
$admin->DelBan($get['uid'], $get['id']);
|
||||
// remove ban
|
||||
break;
|
||||
case "delIpBan":
|
||||
// remove IP ban (issue #185)
|
||||
if (isset($get['id'])) {
|
||||
$admin->DelIpBan($get['id']);
|
||||
}
|
||||
break;
|
||||
case "addBan":
|
||||
if ($get['time']) {
|
||||
$end = time() + $get['time'];
|
||||
|
||||
Reference in New Issue
Block a user