aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/language/th_TH/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/smartpocket/language/th_TH/index.php')
-rw-r--r--themes/smartpocket/language/th_TH/index.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/smartpocket/language/th_TH/index.php b/themes/smartpocket/language/th_TH/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/themes/smartpocket/language/th_TH/index.php
@@ -0,0 +1,7 @@
+<?php
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>