Files
spamhasi/front/index.php
marc-go f2bb74dd12 ...
2026-04-14 20:00:21 +02:00

13 lines
190 B
PHP
Executable File

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