Tests: initial PHP application tests.
This commit is contained in:
4
test/php/cookies/index.php
Normal file
4
test/php/cookies/index.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
header('X-Cookie-1: ' . $_COOKIE['var']);
|
||||
header('X-Cookie-2: ' . $_COOKIE['var2']);
|
||||
?>
|
||||
Reference in New Issue
Block a user