diff options
Diffstat (limited to 'src/flog.php')
| -rw-r--r-- | src/flog.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flog.php b/src/flog.php index 7227ed6..ed5afbd 100644 --- a/src/flog.php +++ b/src/flog.php @@ -160,7 +160,7 @@ function DBLogInContest($name,$pass,$contest,$msg=true) { if ($a["userip"] != $gip && $a["userip"] != "" && $a["usertype"] != "score") { LOGLevel("User $name is using two different IPs: " . $a["userip"] . "(" . dateconv($a["userlastlogin"]) .") and " . $gip,1); - if($msg && $a["usertype"] != "admin") MSGError("You are using two distinct IPs. Admin notified."); + if($msg && $a["usertype"] != "admin" && $a["usermultilogin"] != "t") MSGError("You are using two distinct IPs. Admin notified."); } if ($a["userpermitip"] != "") { $ips=explode(';',$a["userpermitip"]); |