Add phpinfo.php file for easy check.

This commit is contained in:
Christian P. MOMON 2018-05-27 12:19:28 +02:00 committed by root
parent f62e0408de
commit 7088684b2e
1 changed files with 8 additions and 0 deletions

8
phpinfo.php Normal file
View File

@ -0,0 +1,8 @@
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>