1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 11:20:25 +02:00

Merge pull request #493 from lcariou/patch-1

Update login_menu.php
This commit is contained in:
nlstart
2014-01-09 05:39:32 -08:00

View File

@@ -23,7 +23,7 @@ global $eMenuActive, $pref, $e107, $sql, $tp, $ns, $use_imagecode, $ADMIN_DIRECT
$ip = e107::getIPHandler()->getIP(FALSE);
//shortcodes
require(e_PLUGIN."login_menu/login_menu_shortcodes.php");
require_once(e_PLUGIN."login_menu/login_menu_shortcodes.php");
//Bullet
if(defined("BULLET"))
@@ -187,4 +187,4 @@ else
$ns->tablerender($caption, $text, 'login');
}
// END NOT LOGGED CODE
?>
?>