SA-CORE-2023-004 by DamienMcKenna, elarlang, larowlan, effulgentsia, pandaski, mcdruid, jenlampton, quicksketch, greggles
parent
02aab21d0e
commit
63bb02d547
|
@ -62,7 +62,7 @@ class SystemInfoController implements ContainerInjectionInterface {
|
|||
public function php() {
|
||||
if (function_exists('phpinfo')) {
|
||||
ob_start();
|
||||
phpinfo();
|
||||
phpinfo(~ (INFO_VARIABLES | INFO_ENVIRONMENT));
|
||||
$output = ob_get_clean();
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue