webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Notifications
/
Messages
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
BroadcastMessage.php
0.607KB
edt
ren
DatabaseMessage.php
0.396KB
edt
ren
MailMessage.php
8.837KB
edt
ren
SimpleMessage.php
5.713KB
edt
ren
<?php namespace Illuminate\Notifications\Messages; use Illuminate\Bus\Queueable; class BroadcastMessage { use Queueable; /** * The data for the notification. * * @var array */ public $data; /** * Create a new message instance. * * @param array $data * @return void */ public function __construct(array $data) { $this->data = $data; } /** * Set the message data. * * @param array $data * @return $this */ public function data($data) { $this->data = $data; return $this; } }
<=Back
Liking