summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.admin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc
index 318c7f6fa..c144c15d6 100644
--- a/modules/system/system.admin.inc
+++ b/modules/system/system.admin.inc
@@ -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();
}