Added proper lock and favicon
Implemented not being able to go to ticket_submit if not unlocked. Also added favicon to display in address bar (from csg-germering.de). Deleted unnessecary files.
This commit is contained in:
@@ -11,7 +11,7 @@ if ($pass === $try) {
|
||||
|
||||
if ($unlocked) {
|
||||
$_SESSION['unlocked'] = true;
|
||||
header("Location: ./ticket_lock.php");
|
||||
header("Location: ./ticket_submit.php");
|
||||
exit;
|
||||
} else {
|
||||
header("Location: ../index.html?error=1");
|
||||
|
||||
Reference in New Issue
Block a user