mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-07-25 17:21:58 -07:00
Fixing more errors
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
require 'lib/firewall.php';
|
||||
}
|
||||
|
||||
if ($die || $_GET['sec']) {
|
||||
if (filter_int($die) || filter_int($_GET['sec'])) {
|
||||
if ($die) {
|
||||
$sql -> query("INSERT INTO `minilog` SET `ip` = '". $_SERVER['REMOTE_ADDR'] ."', `time` = '". ctime() ."', `banflags` = '$banflags'");
|
||||
|
||||
|
Reference in New Issue
Block a user