One Hat Cyber Team
Your IP :
18.221.238.5
Server IP :
172.67.155.96
Server :
Linux server3.shared.spaceship.host 4.18.0-372.9.1.1.lve.el8.x86_64 #1 SMP Tue May 24 07:49:22 EDT 2022 x86_64
Server Software :
LiteSpeed
PHP Version :
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
rlcugxuggt
/
web.dafriappsdev.com
/
app
/
Models
/
Edit File:
Seo.php
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class Seo extends Model { use HasFactory; public $timestamps = false; protected $fillable = ['language_id', 'home_meta_keywords', 'home_meta_description', 'profiles_meta_keywords', 'profiles_meta_description', 'pricing_meta_keywords', 'pricing_meta_description', 'blogs_meta_keywords', 'blogs_meta_description', 'faqs_meta_keywords', 'faqs_meta_description', 'contact_meta_keywords', 'contact_meta_description', 'login_meta_keywords', 'login_meta_description', 'forget_password_meta_keywords', 'forget_password_meta_description', 'checkout_meta_keywords', 'checkout_meta_description', 'vcard_template_description', 'vcard_template_keywords', 'website_template_description', 'website_template_keywords']; }
Simpan