aboutsummaryrefslogtreecommitdiff
path: root/test/value
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-06-08 20:17:47 +0200
committerMinteck <contact@minteck.org>2022-06-08 20:17:47 +0200
commit1fb54d550d26d7e369639b99e26d5a8ffe3788ee (patch)
tree45e97481a130448caffb89923c729cd125621949 /test/value
parent1d3156f8db486f2ed10c8164ac48944f555d8a2b (diff)
downloadcore-1fb54d550d26d7e369639b99e26d5a8ffe3788ee.tar.gz
core-1fb54d550d26d7e369639b99e26d5a8ffe3788ee.tar.bz2
core-1fb54d550d26d7e369639b99e26d5a8ffe3788ee.zip
More changes
Diffstat (limited to 'test/value')
-rw-r--r--test/value/index.php7
-rw-r--r--test/value/no/index.html12
-rw-r--r--test/value/yes/index.html12
3 files changed, 0 insertions, 31 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
diff --git a/test/value/no/index.html b/test/value/no/index.html
deleted file mode 100644
index 36c09f1..0000000
--- a/test/value/no/index.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <title>Title</title>
-</head>
-<body>
- <form action="/test/cookie">
- <input type="submit" value="Click to test">
- </form>
-</body>
-</html> \ No newline at end of file
diff --git a/test/value/yes/index.html b/test/value/yes/index.html
deleted file mode 100644
index 36c09f1..0000000
--- a/test/value/yes/index.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <title>Title</title>
-</head>
-<body>
- <form action="/test/cookie">
- <input type="submit" value="Click to test">
- </form>
-</body>
-</html> \ No newline at end of file