Browse Source

Fixed bug/typo

pull/40/head
Savetheinternet 13 years ago
parent
commit
3b3e696427
  1. 2
      inc/mod.php

2
inc/mod.php

@ -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…
Cancel
Save