diff -r 8f6143115bf5 -r a8a21e1c7afa punbb/admin_loader.php --- a/punbb/admin_loader.php Wed Jul 11 21:28:39 2007 -0400 +++ b/punbb/admin_loader.php Thu Jul 12 01:04:01 2007 -0400 @@ -26,12 +26,15 @@ // Tell header.php to use the admin template define('PUN_ADMIN_CONSOLE', 1); -define('PUN_ROOT', './'); -require PUN_ROOT.'include/common.php'; +//define('PUN_ROOT', './'); +//require PUN_ROOT.'include/common.php'; + +global $pun_db, $pun_user, $pun_config, $lang_common; + require PUN_ROOT.'include/common_admin.php'; -if ($pun_user['g_id'] > PUN_MOD) +if ($pun_user['g_id'] < PUN_MOD) message($lang_common['No permission']);