Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
094356a
)
Merge branch 'm30_MDL-50415_Add_PHP_Variables_In_PHPInfo_Admin_Page' of https://githu...
author
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Tue, 9 Jun 2015 18:35:02 +0000
(20:35 +0200)
committer
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Tue, 9 Jun 2015 18:35:02 +0000
(20:35 +0200)
admin/phpinfo.php
patch
|
blob
|
blame
|
history
diff --git
a/admin/phpinfo.php
b/admin/phpinfo.php
index
6b0ffa0
..
ea44b1f
100644
(file)
--- a/
admin/phpinfo.php
+++ b/
admin/phpinfo.php
@@
-11,7
+11,7
@@
echo '<div class="phpinfo">';
ob_start();
- phpinfo(INFO_GENERAL + INFO_CONFIGURATION + INFO_MODULES);
+ phpinfo(INFO_GENERAL + INFO_CONFIGURATION + INFO_MODULES
+ INFO_VARIABLES
);
$html = ob_get_contents();
ob_end_clean();