...
This commit is contained in:
12
front/index.php
Executable file
12
front/index.php
Executable 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;
|
||||
}
|
||||
Reference in New Issue
Block a user