Compare commits
1 Commits
main
...
integratio
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9a4169e50d |
@@ -6,6 +6,7 @@
|
|||||||
<title>CSG Ticketsystem</title>
|
<title>CSG Ticketsystem</title>
|
||||||
<link rel="stylesheet" href="./css/style.css"/>
|
<link rel="stylesheet" href="./css/style.css"/>
|
||||||
<link rel="icon" type="image/x-icon" href="./img/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="./img/favicon.ico">
|
||||||
|
<meta http-equiv="refresh" content="0; url=../php/ticket_submit.php" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|||||||
@@ -1,11 +1,3 @@
|
|||||||
<?php
|
|
||||||
session_start();
|
|
||||||
if (!isset($_SESSION["unlocked"])) {
|
|
||||||
header("Location: ../index.html");
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="de">
|
<html lang="de">
|
||||||
<head>
|
<head>
|
||||||
|
|||||||
Reference in New Issue
Block a user