aboutsummaryrefslogtreecommitdiff
path: root/redirect.php
diff options
context:
space:
mode:
authorroot2014-03-02 00:25:34 +0100
committerroot2014-03-02 00:25:34 +0100
commit7b9d516cd3bcdb8eaa5f1eb533d71010061c681b (patch)
treea8bb3bd5ed56525461b44bd71aa9c8e843081dc9 /redirect.php
parent82185753906709f9944a07c35a809736cf979afe (diff)
downloadjungegemeinde-7b9d516cd3bcdb8eaa5f1eb533d71010061c681b.tar.gz
rm stuff
Diffstat (limited to 'redirect.php')
-rw-r--r--redirect.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/redirect.php b/redirect.php
deleted file mode 100644
index e45e078..0000000
--- a/redirect.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php include("auth.php");
-
-$location = $_Get["dest"];
-header("Location: $location");
-?>