Home
last modified time | relevance | path

Searched refs:phpInfo (Results 1 – 1 of 1) sorted by relevance

/web-bugs/src/Repository/
H A DPhpInfoRepository.php15 $phpInfo = $this->replaceSensitiveInformation(ob_get_clean());
16 $phpInfo = $this->cleanHtml($phpInfo);
18 return $phpInfo;
21 private function replaceSensitiveInformation(string $phpInfo): string argument
27 ], '<hidden>', $phpInfo);
36 private function cleanHtml(string $phpInfo): string argument
38 preg_match('!<body.*?>(.*)</body>!ims', $phpInfo, $m);

Completed in 4 milliseconds