aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/language/ru_RU/index.php
diff options
context:
space:
mode:
authorPiwigo-TranslationTeam <translate-github@piwigo.org>2014-01-16 05:27:51 +0000
committerPiwigo-TranslationTeam <translate-github@piwigo.org>2014-01-16 05:27:51 +0000
commit7ff2618e1a032521653ac844a20d1e9de6cc5a60 (patch)
treee777b22902343a1dc280d14ba9ed099f4624eba7 /themes/smartpocket/language/ru_RU/index.php
parent2ae424d2a63733683787bc20fb4ebe268c86da9d (diff)
[smartpocket] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@26778 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/smartpocket/language/ru_RU/index.php')
-rw-r--r--themes/smartpocket/language/ru_RU/index.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/smartpocket/language/ru_RU/index.php b/themes/smartpocket/language/ru_RU/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/themes/smartpocket/language/ru_RU/index.php
@@ -0,0 +1,7 @@
+<?php
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>