- Patch #243524 by christefano: display INFO_ALL output when calling system_php().
parent
1dc36aa3d3
commit
2275b8ee02
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue