diff options
Diffstat (limited to 'test/php/cookies/index.php')
-rw-r--r-- | test/php/cookies/index.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/php/cookies/index.php b/test/php/cookies/index.php new file mode 100644 index 00000000..72a3f092 --- /dev/null +++ b/test/php/cookies/index.php @@ -0,0 +1,4 @@ +<?php +header('X-Cookie-1: ' . $_COOKIE['var']); +header('X-Cookie-2: ' . $_COOKIE['var2']); +?> |