webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Bus
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
Dispatchable.php
2.753KB
edt
ren
DispatchesJobs.php
0.56KB
edt
ren
PendingChain.php
4.183KB
edt
ren
PendingClosureDispatch.php
0.363KB
edt
ren
PendingDispatch.php
3.923KB
edt
ren
<?php namespace Illuminate\Foundation\Bus; use Closure; class PendingClosureDispatch extends PendingDispatch { /** * Add a callback to be executed if the job fails. * * @param \Closure $callback * @return $this */ public function catch(Closure $callback) { $this->job->onFailure($callback); return $this; } }
<=Back
Liking