aboutsummaryrefslogtreecommitdiff
path: root/debug/index.php
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2021-12-05 16:38:49 +0100
committerMinteck <contact@minteck.org>2021-12-05 16:38:49 +0100
commit879a6237b186768356f99caf992f0d25d5ec8612 (patch)
tree733aacd4845e918b484d8f46951d925f05f91b4c /debug/index.php
parent4bad8bcfb984cf017495b8fd31f174c32cebe805 (diff)
downloadcore-879a6237b186768356f99caf992f0d25d5ec8612.tar.gz
core-879a6237b186768356f99caf992f0d25d5ec8612.tar.bz2
core-879a6237b186768356f99caf992f0d25d5ec8612.zip
Commit
Diffstat (limited to 'debug/index.php')
-rw-r--r--debug/index.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/debug/index.php b/debug/index.php
new file mode 100644
index 0000000..eeb7ee3
--- /dev/null
+++ b/debug/index.php
@@ -0,0 +1,10 @@
+<?php
+
+header("Content-Type: text/plain");
+
+var_dump($_SERVER);
+var_dump($_GET);
+var_dump($_POST);
+var_dump($_COOKIE);
+
+die(); \ No newline at end of file