summaryrefslogtreecommitdiffstats
path: root/test.php
diff options
context:
space:
mode:
authorraul2014-07-10 15:29:50 +0200
committerraul2014-07-10 15:29:50 +0200
commite2810bc15b98ea9744d0aab6c1f13c7385adbb2b (patch)
tree9ce684694292a17011d6f0fc0752d1fad248d001 /test.php
parent[i18n] changed DB script to the new language notation (diff)
downloadslx-admin-e2810bc15b98ea9744d0aab6c1f13c7385adbb2b.tar.gz
slx-admin-e2810bc15b98ea9744d0aab6c1f13c7385adbb2b.tar.xz
slx-admin-e2810bc15b98ea9744d0aab6c1f13c7385adbb2b.zip
[i18n] reorganized the internationalization system
Diffstat (limited to 'test.php')
-rw-r--r--test.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/test.php b/test.php
new file mode 100644
index 00000000..7dc49f6d
--- /dev/null
+++ b/test.php
@@ -0,0 +1,5 @@
+<?php
+
+ $lang = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2);
+ print_r($_COOKIE)
+?>