webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
aminiwrc
/
public_html11
/
job-listing
/
app
/
Http
/
Requests
/
SmtpSetting
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
UpdateSmtpSetting.php
0.854KB
edt
ren
<?php namespace App\Http\Requests\SmtpSetting; use Froiden\LaravelInstaller\Request\CoreRequest; use Illuminate\Foundation\Http\FormRequest; class UpdateSmtpSetting 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 [ 'mail_driver' => 'required', 'mail_host' => 'required', 'mail_port' => 'required', 'mail_username' => 'required', 'mail_password' => 'required', 'mail_from_name' => 'required', 'mail_from_email' => 'required', 'mail_encryption' => 'required' ]; } }
<=Back
Liking