aboutsummaryrefslogtreecommitdiff
path: root/auth.php
diff options
context:
space:
mode:
authorroot2014-03-02 00:25:34 +0100
committerroot2014-03-02 00:25:34 +0100
commit7b9d516cd3bcdb8eaa5f1eb533d71010061c681b (patch)
treea8bb3bd5ed56525461b44bd71aa9c8e843081dc9 /auth.php
parent82185753906709f9944a07c35a809736cf979afe (diff)
downloadjungegemeinde-7b9d516cd3bcdb8eaa5f1eb533d71010061c681b.tar.gz
rm stuff
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;
- }
-?>