webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
aminiwrc
/
listing.aminikamanpower.com
/
app
/
Http
/
Requests
/
Sticky
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
StoreStickyNote.php
0.608KB
edt
ren
UpdateStickyNote.php
0.61KB
edt
ren
error_log
11.219KB
edt
ren
<?php namespace App\Http\Requests\Sticky; use App\Http\Requests\CoreRequest; use Illuminate\Foundation\Http\FormRequest; /** * Class StoreStickyNote * @package App\Http\Requests\Sticky */ class StoreStickyNote extends CoreRequest { /** * Determine if the user is authorized to make this request. * * @return bool */ public function authorize() { return true; } /** * Get the validation rules that apply to the request. * * @return array */ public function rules() { return [ 'notetext' => 'required' ]; } }