- Patch #243524 by christefano: display INFO_ALL output when calling system_php().

merge-requests/26/head
Dries Buytaert 2008-04-10 01:43:32 +00:00
parent 1dc36aa3d3
commit 2275b8ee02
1 changed files with 1 additions and 1 deletions

View File

@ -1802,7 +1802,7 @@ function system_run_cron() {
* Menu callback: return information about PHP.
*/
function system_php() {
phpinfo(INFO_GENERAL | INFO_CONFIGURATION);
phpinfo(INFO_ALL);
exit();
}