Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.189.3.134
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
2 /
Console /
Delete
Unzip
Name
Size
Permission
Date
Action
Commands
[ DIR ]
drwxr-xr-x
2021-03-26 07:26
Kernel.php
949
B
-rw-r--r--
2021-03-26 07:26
Save
Rename
<?php namespace App\Console; use Illuminate\Console\Scheduling\Schedule; use Illuminate\Foundation\Console\Kernel as ConsoleKernel; use DB; class Kernel extends ConsoleKernel { /** * The Artisan commands provided by your application. * * @var array */ protected $commands = [ Commands\QuantityUpdate::class, Commands\DoImport::class, Commands\AddNew::class, //Commands\CommonSchedule::class ]; /** * Define the application's command schedule. * * @param \Illuminate\Console\Scheduling\Schedule $schedule * @return void */ protected function schedule(Schedule $schedule) { //$schedule->command('quantity:update')->everyMinute(); //$schedule->command('common:schedule')->everyMinute(); //$schedule->command('backup:clean')->daily()->at('04:00'); //$schedule->command('backup:run')->daily()->at('05:00'); } }