forked from GithubBackups/vichan
Fixed bug/typo
This commit is contained in:
parent
88cbe258fe
commit
a5d1303305
@ -44,7 +44,7 @@
|
||||
$_SESSION['mod'] = $mod;
|
||||
|
||||
// Lock sessions to IP addresses
|
||||
if($mod['lock_ip'])
|
||||
if($config['mod']['lock_ip'])
|
||||
$_SESSION['mod']['ip'] = $_SERVER['REMOTE_ADDR'];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user