aboutsummaryrefslogtreecommitdiff
path: root/test/value/index.php
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2021-12-23 19:40:44 +0100
committerMinteck <contact@minteck.org>2021-12-23 19:40:44 +0100
commit133be8d6e235b83edf562520c550a2cda734ffd1 (patch)
treebc2f0fde44cb19e0ff84c060a5234dabf6c00545 /test/value/index.php
parent408bee6540c861b65ebb9f6ca805060b35b31720 (diff)
downloadcore-133be8d6e235b83edf562520c550a2cda734ffd1.tar.gz
core-133be8d6e235b83edf562520c550a2cda734ffd1.tar.bz2
core-133be8d6e235b83edf562520c550a2cda734ffd1.zip
Commit
Diffstat (limited to 'test/value/index.php')
-rw-r--r--test/value/index.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/value/index.php b/test/value/index.php
new file mode 100644
index 0000000..3e9ef74
--- /dev/null
+++ b/test/value/index.php
@@ -0,0 +1,7 @@
+<?php
+
+if (isset($_COOKIE["_flmobile_test"])) {
+ header("Location: /test/value/yes");
+} else {
+ header("Location: /test/value/no");
+} \ No newline at end of file