diff options
| author | root | 2014-03-02 00:25:34 +0100 |
|---|---|---|
| committer | root | 2014-03-02 00:25:34 +0100 |
| commit | 7b9d516cd3bcdb8eaa5f1eb533d71010061c681b (patch) | |
| tree | a8bb3bd5ed56525461b44bd71aa9c8e843081dc9 /auth.php | |
| parent | 82185753906709f9944a07c35a809736cf979afe (diff) | |
| download | jungegemeinde-7b9d516cd3bcdb8eaa5f1eb533d71010061c681b.tar.gz | |
rm stuff
Diffstat (limited to 'auth.php')
| -rw-r--r-- | auth.php | 8 |
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; - } -?> |
