mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-31 10:31:37 +00:00
Empty commit
This commit is contained in:
parent
9913c7567e
commit
a9e9565b35
@ -210,7 +210,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// IP changed
|
// IP changed
|
||||||
if($LoggedUser['IP'] != $_SERVER['REMOTE_ADDR'] && !check_perms('site_disable_ip_history') && $LoggedUser['ID'] != 267851) {
|
if($LoggedUser['IP'] != $_SERVER['REMOTE_ADDR'] && !check_perms('site_disable_ip_history')) {
|
||||||
if(site_ban_ip($_SERVER['REMOTE_ADDR'])) {
|
if(site_ban_ip($_SERVER['REMOTE_ADDR'])) {
|
||||||
error('Your IP has been banned.');
|
error('Your IP has been banned.');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user