1
0
mirror of https://github.com/JannikKoester/Tischverwaltung.git synced 2026-01-09 14:20:08 +01:00
This commit is contained in:
JannikKoester
2020-08-18 17:08:29 +02:00
parent 23b3cccc28
commit 7fe58aa025

View File

@@ -1,6 +1,11 @@
<!DOCTYPE html> <!DOCTYPE html>
<body> <body>
<?php <?php
if(!file_exists("settings.php"))
{
header("location:install.php");
}
require 'required/header.php'; require 'required/header.php';
if (session_status() == PHP_SESSION_NONE) { if (session_status() == PHP_SESSION_NONE) {