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, 0 insertions, 7 deletions
diff --git a/test/value/index.php b/test/value/index.php
deleted file mode 100644
index 3e9ef74..0000000
--- a/test/value/index.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-
-if (isset($_COOKIE["_flmobile_test"])) {
- header("Location: /test/value/yes");
-} else {
- header("Location: /test/value/no");
-} \ No newline at end of file