aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/TakeATour/language/de_DE/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TakeATour/language/de_DE/index.php')
-rw-r--r--plugins/TakeATour/language/de_DE/index.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/TakeATour/language/de_DE/index.php b/plugins/TakeATour/language/de_DE/index.php
deleted file mode 100644
index ec6605317..000000000
--- a/plugins/TakeATour/language/de_DE/index.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-$url = '../';
-header( 'Request-URI: '.$url );
-header( 'Content-Location: '.$url );
-header( 'Location: '.$url );
-exit();
-?>