main.php -> index.php
This commit is contained in:
@@ -16,8 +16,8 @@ $me = MYDB_fetch_array($result);
|
||||
|
||||
$con = checkLimit($me['userlevel'], $me['con'], $admin['conlimit']);
|
||||
if($con >= 2) {
|
||||
//echo "<script>window.top.main.location.replace('main.php');</script>";
|
||||
echo 'main.php';//TODO:debug all and replace
|
||||
//echo "<script>window.top.main.location.replace('index.php');</script>";
|
||||
echo 'index.php';//TODO:debug all and replace
|
||||
exit();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user