summaryrefslogtreecommitdiff
path: root/app.php
diff options
context:
space:
mode:
Diffstat (limited to 'app.php')
-rw-r--r--app.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/app.php b/app.php
index 4df6b0b..3408ef7 100644
--- a/app.php
+++ b/app.php
@@ -1,5 +1,10 @@
<?php
+if (!isset($_COOKIE["PEH2_LANGUAGE"])) {
+ $_COOKIE["PEH2_LANGUAGE"] = "en";
+ setcookie("PEH2_LANGUAGE", "en", time() + (86400 * 365), "/");
+}
+
if (str_ends_with($_GET['_'], "/")) {
$pagename = substr($_GET['_'], 0, strlen($_GET['_']) - 1);
} else {