aboutsummaryrefslogtreecommitdiff
path: root/oldwww/redirect.php
diff options
context:
space:
mode:
Diffstat (limited to 'oldwww/redirect.php')
-rw-r--r--oldwww/redirect.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/oldwww/redirect.php b/oldwww/redirect.php
deleted file mode 100644
index e45e078..0000000
--- a/oldwww/redirect.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php include("auth.php");
-
-$location = $_Get["dest"];
-header("Location: $location");
-?>