php.info in admin
Posted: Thu 27. Nov 2003, 21:53
I would like easy access to my php.info through the admin...what about a link to a info.php file with this code or something like that?
Code: Select all
<?
echo $_SERVER['DOCUMENT_ROOT'] ;
phpinfo();
?>