index now redirects to ticket_submit
If the application is to be integrated into the lehrerportal it wouldn't need authentication at the beginning
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
<?php
|
||||
session_start();
|
||||
if (!isset($_SESSION["unlocked"])) {
|
||||
header("Location: ../index.html");
|
||||
exit;
|
||||
}
|
||||
?>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
Reference in New Issue
Block a user