Responsive Dashboard hinzugefügt
This commit is contained in:
@ -32,16 +32,19 @@ header('Content-Type: text/html; charset=utf-8');
|
|||||||
|
|
||||||
|
|
||||||
#$username = $_SESSION["global_username"];
|
#$username = $_SESSION["global_username"];
|
||||||
|
$db = dbconnect();
|
||||||
$uid = $_SESSION["global_uid"];
|
$uid = $_SESSION["global_uid"];
|
||||||
|
|
||||||
|
# if ($uid == "") {
|
||||||
|
# echo "<meta http-equiv=\"refresh\" content=\"0; URL=\"index.php?error=4\">";
|
||||||
|
# }
|
||||||
|
|
||||||
$login_dateiname = basename($_SERVER['PHP_SELF']);
|
$login_dateiname = basename($_SERVER['PHP_SELF']);
|
||||||
|
|
||||||
#if($uid == "" AND $login_dateiname !='index.php'){
|
if($uid == "" AND $login_dateiname !='index.php'){
|
||||||
#echo "hier:$uid";
|
echo"<script type='text/javascript'>window.top.location.href = \"index.php?error=4\";</script>";
|
||||||
#exit;
|
exit;
|
||||||
# echo"<script type='text/javascript'>window.top.location.href = \"index.php\";</script>";
|
}
|
||||||
# exit;
|
|
||||||
#}
|
|
||||||
|
|
||||||
# echo "<hr>";
|
# echo "<hr>";
|
||||||
# echo nl2br(print_r($_SESSION,true));
|
# echo nl2br(print_r($_SESSION,true));
|
||||||
|
1
js/lottie.min.js
vendored
1
js/lottie.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user