diff options
author | plegall <plg@piwigo.org> | 2014-09-11 07:56:57 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-09-11 07:56:57 +0000 |
commit | f14dcf0f7bd8db1b358562810302c4570251c420 (patch) | |
tree | 8fbc404cb978d49b79d106a39be4aaa79413b07e /plugins/TakeATour/language/ar_SA/index.php | |
parent | be35b776bc0eefde5d114f613921cd8786900d70 (diff) |
dispatch language keys in tour_* files (1 tour = 1 language file)
git-svn-id: http://piwigo.org/svn/trunk@29475 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/TakeATour/language/ar_SA/index.php')
-rw-r--r-- | plugins/TakeATour/language/ar_SA/index.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/TakeATour/language/ar_SA/index.php b/plugins/TakeATour/language/ar_SA/index.php deleted file mode 100644 index ec6605317..000000000 --- a/plugins/TakeATour/language/ar_SA/index.php +++ /dev/null @@ -1,7 +0,0 @@ -<?php -$url = '../'; -header( 'Request-URI: '.$url ); -header( 'Content-Location: '.$url ); -header( 'Location: '.$url ); -exit(); -?> |