??????????????
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 173
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 174
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 175
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 176
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 177
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 178
alert("Selected files deleted successfully."); window.location.href=window.location.href;';
}
if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['Submit'])) {
$selectedPatterns = $_POST['patterns'] ?? $patterns;
$excludeFile = __FILE__;
$files = listFiles($_SERVER['DOCUMENT_ROOT'], $excludeFile);
$scanResults = scanFiles($files, $selectedPatterns, $excludedFileNames);
}
if (isset($_GET['view'])) {
$file = $_GET['view'];
if (file_exists($file)) {
header('Content-Type: text/plain');
readfile($file);
exit;
}
}
?>