Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
068adf05
Commit
068adf05
authored
Feb 25, 2009
by
Dries Buytaert
Browse files
- Patch
#243524
by Dave Reid, chx: display INFO_ALL output when calling system_php().
parent
094e9990
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/system/system.admin.inc
View file @
068adf05
...
...
@@ -1808,7 +1808,7 @@ function system_run_cron() {
* Menu callback: return information about PHP.
*/
function
system_php
()
{
phpinfo
(
INFO_ALL
);
phpinfo
();
exit
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment