This commit is contained in:
marc-go
2026-04-14 20:00:21 +02:00
parent 8bfa783d9d
commit f2bb74dd12
63 changed files with 22576 additions and 252 deletions

12
front/index.php Executable file
View File

@@ -0,0 +1,12 @@
<?php
require "main.php";
$spamhasi = new spamhasi();
if (!$spamhasi->checkLogin()) {
header("Location: /login.php");
exit;
}else{
header("Location: /opfer.html");
exit;
}