We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be75a6 commit 33c6c3eCopy full SHA for 33c6c3e
1 file changed
src/Dashboards/Server/ServerTrait.php
@@ -52,7 +52,7 @@ private function panels(): array {
52
53
private function phpInfo(): string {
54
ob_start();
55
- phpinfo();
+ phpinfo(INFO_GENERAL | INFO_CONFIGURATION | INFO_MODULES);
56
57
$phpinfo = preg_replace('%^.*<body>(.*)</body>.*$%ms', '$1', ob_get_clean());
58
0 commit comments