Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
app
/
Repositories
/
User
/
Interfaces
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
UserInterface.php
0.454KB
edt
ren
<?php namespace App\Repositories\User\Interfaces; use Illuminate\Http\Request; interface UserInterface { public function index($type,Request $request); public function store(array $data, $image); public function blocked(int $userId, bool $type); public function show(int $userId); public function update(array $data, int $userId); public function destroy(int $userId); public function showPermissions($userId, int $modelId); }
<=Back
Liking