13 lines
190 B
PHP
Executable File
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;
|
|
}
|