Tests: PHP test with getting variable before the script is loaded.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
echo $_SERVER['REQUEST_METHOD'];
|
||||
echo $_SERVER['HTTP_HOST'];
|
||||
?>
|
||||
Reference in New Issue
Block a user