aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/language/uk_UA/index.php
diff options
context:
space:
mode:
authorddtddt <ddtddt@piwigo.org>2014-01-24 19:45:08 +0000
committerddtddt <ddtddt@piwigo.org>2014-01-24 19:45:08 +0000
commitfb66b3a6b8cf5a6b3a09c34df92768f83a5ef535 (patch)
tree2c8b54b58ad9eaff19cd462e7aefc406c9e400c7 /themes/smartpocket/language/uk_UA/index.php
parent6ba48f76d5dbf2627d5ea1340435b388d25aba30 (diff)
git-svn-id: http://piwigo.org/svn/branches/2.6@26951 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/smartpocket/language/uk_UA/index.php')
-rw-r--r--themes/smartpocket/language/uk_UA/index.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/smartpocket/language/uk_UA/index.php b/themes/smartpocket/language/uk_UA/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/themes/smartpocket/language/uk_UA/index.php
@@ -0,0 +1,7 @@
+<?php
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>