aboutsummaryrefslogtreecommitdiff
path: root/test/value/index.php
diff options
context:
space:
mode:
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