diff options
author | mistic100 <mistic@strangeplanet.fr> | 2015-07-24 22:44:39 +0200 |
---|---|---|
committer | mistic100 <mistic@strangeplanet.fr> | 2015-07-26 19:11:36 +0200 |
commit | 4e71ba9d3ea40cd2d817965e5eed4a2fe1b876b3 (patch) | |
tree | af7f5291540806e5fde21db1d98d590579549055 /plugins/TakeATour/language/index.php | |
parent | 32138f1fbd7637dffaaad0c8ca677e43a0d13831 (diff) |
Remove core plugins from core repository
Diffstat (limited to 'plugins/TakeATour/language/index.php')
-rw-r--r-- | plugins/TakeATour/language/index.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/TakeATour/language/index.php b/plugins/TakeATour/language/index.php deleted file mode 100644 index ec6605317..000000000 --- a/plugins/TakeATour/language/index.php +++ /dev/null @@ -1,7 +0,0 @@ -<?php -$url = '../'; -header( 'Request-URI: '.$url ); -header( 'Content-Location: '.$url ); -header( 'Location: '.$url ); -exit(); -?> |