aboutsummaryrefslogtreecommitdiff
path: root/auth.php
diff options
context:
space:
mode:
Diffstat (limited to 'auth.php')
-rw-r--r--auth.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/auth.php b/auth.php
deleted file mode 100644
index a63e5ea..0000000
--- a/auth.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
- session_start();
-
- if (!isset($_SESSION['login']) || !$_SESSION['login']) {
- header('Location: login.php');
- exit;
- }
-?>