[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.119.122.145: ~ $
<?php
$bv_maintenance = plugin_dir_path(__FILE__) . '/wp_maintenance.php';
if (file_exists($bv_maintenance)) {
	require_once $bv_maintenance;
	header("Cache-Control: no-cache, no-store, must-revalidate");
	header("Pragma: no-cache");
	header("Expires: 0");
	header('HTTP/1.1 503 Down For Maintenance');
	echo BVWPMaintenance::$template;
}
?>

Filemanager

Name Type Size Permission Actions
template.php File 341 B 0644
wp_maintenance.php File 1.3 KB 0644