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; trait DispatchesJobs { /** * Dispatch a job to its appropriate handler. * * @param mixed $job * @return mixed */ protected function dispatch($job) { return dispatch($job); } /** * Dispatch a job to its appropriate handler in the current process. * * Queueable jobs will be dispatched to the "sync" queue. * * @param mixed $job * @return mixed */ public function dispatchSync($job) { return dispatch_sync($job); } }
<=Back
Liking