summaryrefslogtreecommitdiffstats
path: root/utils/phpinfo.php
diff options
context:
space:
mode:
Diffstat (limited to 'utils/phpinfo.php')
-rw-r--r--utils/phpinfo.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/phpinfo.php b/utils/phpinfo.php
new file mode 100644
index 0000000..3d0f18c
--- /dev/null
+++ b/utils/phpinfo.php
@@ -0,0 +1,6 @@
+<?php
+
+phpinfo();
+die();
+
+?> \ No newline at end of file