This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
*/
include "setup.php";
if (session_status() === PHP_SESSION_NONE) {
my_session_start();
}
$login=false;
if (isset($_SESSION["login"])) {
$login = $_SESSION["login"];
}
if ($login !== "admin") {
header("Location: index.php");
exit;
}
?>
Listenansicht
";
echo "";
//echo "";
?>