aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/TakeATour/language/sk_SK/index.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2014-09-11 07:56:57 +0000
committerplegall <plg@piwigo.org>2014-09-11 07:56:57 +0000
commitf14dcf0f7bd8db1b358562810302c4570251c420 (patch)
tree8fbc404cb978d49b79d106a39be4aaa79413b07e /plugins/TakeATour/language/sk_SK/index.php
parentbe35b776bc0eefde5d114f613921cd8786900d70 (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/sk_SK/index.php')
-rw-r--r--plugins/TakeATour/language/sk_SK/index.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/TakeATour/language/sk_SK/index.php b/plugins/TakeATour/language/sk_SK/index.php
deleted file mode 100644
index ec6605317..000000000
--- a/plugins/TakeATour/language/sk_SK/index.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-$url = '../';
-header( 'Request-URI: '.$url );
-header( 'Content-Location: '.$url );
-header( 'Location: '.$url );
-exit();
-?>