aboutsummaryrefslogtreecommitdiff
path: root/test/cookie
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/cookie
parent408bee6540c861b65ebb9f6ca805060b35b31720 (diff)
downloadcore-133be8d6e235b83edf562520c550a2cda734ffd1.tar.gz
core-133be8d6e235b83edf562520c550a2cda734ffd1.tar.bz2
core-133be8d6e235b83edf562520c550a2cda734ffd1.zip
Commit
Diffstat (limited to 'test/cookie')
-rw-r--r--test/cookie/index.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/cookie/index.php b/test/cookie/index.php
new file mode 100644
index 0000000..7a11bf1
--- /dev/null
+++ b/test/cookie/index.php
@@ -0,0 +1,6 @@
+<?php
+
+setcookie("_flmobile_test", "This is a test value", 0, "/", ".familine.minteck.org", true, true);
+
+?>
+Cookie set, click the Button button now.