1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee

尚未开发完成,暂时保存

This commit is contained in:
2022-01-26 02:24:31 +08:00
parent 86848dbde0
commit d1256be86a
7 changed files with 113 additions and 3 deletions

9
temporary file/test.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
echo "rewrite: ".$_GET["rewrite"];
echo "<br>SERVER_PORT: ".$_SERVER["SERVER_PORT"];
echo "<br>HTTP_HOST: ".$_SERVER["HTTP_HOST"];
echo "<br>SERVER_NAME: ".$_SERVER["SERVER_NAME"];
echo "<br>REQUEST_URI: ".$_SERVER["REQUEST_URI"];
echo "<br>PHP_SELF: ".$_SERVER["PHP_SELF"];
echo "<br>QUERY_STRING: ".$_SERVER["QUERY_STRING"];
echo "<br>HTTP_REFERER: ".$_SERVER["HTTP_REFERER"];