1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 04:12:00 +02:00

Default-install fixes. Login Menu Template upgraded

This commit is contained in:
Cameron
2012-12-16 16:02:13 -08:00
parent f63fcb61a8
commit 2990524803
6 changed files with 577 additions and 383 deletions

View File

@@ -214,7 +214,7 @@ class e_online
}
// Always allow localhost - any problems are usually semi-intentional!
if (($row['online_ip'] != '127.0.0.1') && ($row['online_ip'] != e107::LOCALHOST_IP))
if ((varset($row['online_ip']) != '127.0.0.1') && (varset($row['online_ip']) != e107::LOCALHOST_IP))
{
// Check for excessive access
if ($row['online_pagecount'] > $online_bancount)