debugging
This commit is contained in:
@@ -96,13 +96,13 @@ try {
|
|||||||
$_SESSION["message"] = "internal_error";
|
$_SESSION["message"] = "internal_error";
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
if (!$user) {
|
if (!$user) {
|
||||||
$_SESSION = [];
|
$_SESSION = [];
|
||||||
session_destroy();
|
session_destroy();
|
||||||
|
|
||||||
header("Location: ../../index.php?pfad=login");
|
header("Location: ../../index.php?pfad=login");
|
||||||
exit();
|
exit();
|
||||||
}
|
}*/
|
||||||
|
|
||||||
?>
|
?>
|
||||||
Reference in New Issue
Block a user