Login auf jquery geändert
This commit is contained in:
@ -42,7 +42,7 @@ $uid = $_SESSION["global_uid"];
|
||||
$login_dateiname = basename($_SERVER['PHP_SELF']);
|
||||
|
||||
if($uid == "" AND $login_dateiname !='index.php'){
|
||||
echo"<script type='text/javascript'>window.top.location.href = \"index.php?error=4\";</script>";
|
||||
echo"<script type='text/javascript'>window.top.location.href = \"index.php\";</script>";
|
||||
exit;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user