php.info in admin

Use GitHub to post feature requests for phpwcms.
Locked
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

php.info in admin

Post by frold »

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();

?>
Locked