aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/.DS_Storebin6148 -> 0 bytes
-rw-r--r--test/cookie/index.php6
-rw-r--r--test/index.html12
-rw-r--r--test/value/index.php7
-rw-r--r--test/value/no/index.html12
-rw-r--r--test/value/yes/index.html12
6 files changed, 0 insertions, 49 deletions
diff --git a/test/.DS_Store b/test/.DS_Store
deleted file mode 100644
index fa1260d..0000000
--- a/test/.DS_Store
+++ /dev/null
Binary files differ
diff --git a/test/cookie/index.php b/test/cookie/index.php
deleted file mode 100644
index 7a11bf1..0000000
--- a/test/cookie/index.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-
-setcookie("_flmobile_test", "This is a test value", 0, "/", ".familine.minteck.org", true, true);
-
-?>
-Cookie set, click the Button button now.
diff --git a/test/index.html b/test/index.html
deleted file mode 100644
index 36c09f1..0000000
--- a/test/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/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