1
0
mirror of https://github.com/JannikKoester/Tischverwaltung.git synced 2026-01-08 22:10:07 +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>
<body>
<?php
if(!file_exists("settings.php"))
{
header("location:install.php");
}
require 'required/header.php';
if (session_status() == PHP_SESSION_NONE) {