We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9195f5e commit ed15320Copy full SHA for ed15320
phpinfo.php
@@ -0,0 +1,9 @@
1
+<?php
2
+echo 'Current PHP version: ' . phpversion() . "\n";
3
+echo phpversion('tidy') . "\n";
4
+echo ' Current User: ' . get_current_user() . "\n";
5
+echo "\n";
6
+echo exec('curl -s http://checkip.dyndns.org | sed 's/[a-zA-Z/<> :]//g') . "\n";
7
+phpinfo();
8
+phpinfo(INFO_ALL);
9
+?>
0 commit comments