Initial commit

This commit is contained in:
2021-01-27 20:23:49 +01:00
commit 66d10fdcda
25 changed files with 1357 additions and 0 deletions

6
public/admin/redirect.php Executable file
View File

@@ -0,0 +1,6 @@
<?php
if ($_SESSION["admin"] !== true) {
header("Location: /admin/login.php");
die();
}