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 : 216.73.216.44
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
3 /
laravel /
framework /
src /
Illuminate /
Log /
Delete
Unzip
Name
Size
Permission
Date
Action
Events
[ DIR ]
drwxr-xr-x
2018-11-26 09:00
LogManager.php
14.73
KB
-rw-r--r--
2018-11-26 09:00
LogServiceProvider.php
362
B
-rw-r--r--
2018-11-26 09:00
Logger.php
6.58
KB
-rwxr-xr-x
2018-11-26 09:00
ParsesLogConfiguration.php
1.41
KB
-rw-r--r--
2018-11-26 09:00
composer.json
846
B
-rwxr-xr-x
2018-11-26 09:00
Save
Rename
<?php namespace Illuminate\Log; use Illuminate\Support\ServiceProvider; class LogServiceProvider extends ServiceProvider { /** * Register the service provider. * * @return void */ public function register() { $this->app->singleton('log', function () { return new LogManager($this->app); }); } }