Index: trunk/index.php =================================================================== diff -u -N -r1692 -r3184 --- trunk/index.php (.../index.php) (revision 1692) +++ trunk/index.php (.../index.php) (revision 3184) @@ -4,7 +4,6 @@ define('FULL_PATH', realpath(dirname(__FILE__))); define('APPLICATION_CLASS', 'MyApplication'); -define('ADMINS_LIST','/in-portal/users/users.php'); include_once(FULL_PATH.'/kernel/kernel4/startup.php'); $application =& kApplication::Instance();