Linux business57.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
Server IP : 199.188.201.191 & Your IP : 18.191.147.142
Domains :
Cant Read [ /etc/named.conf ]
User : derozboy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
derozboy /
bervistogrup.online /
app /
Providers /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2025-04-30 09:30
AppServiceProvider.php
526
B
-rw-r--r--
2021-09-10 11:31
AuthServiceProvider.php
578
B
-rw-r--r--
2020-06-30 11:49
BroadcastServiceProvider.php
380
B
-rw-r--r--
2020-06-30 11:49
EventServiceProvider.php
706
B
-rw-r--r--
2021-10-07 19:47
RouteServiceProvider.php
1.61
KB
-rw-r--r--
2021-08-09 20:48
error_log
3.21
KB
-rw-r--r--
2025-04-23 12:09
Save
Rename
<?php namespace App\Providers; use Illuminate\Foundation\Support\Providers\AuthServiceProvider as ServiceProvider; use Illuminate\Support\Facades\Gate; class AuthServiceProvider extends ServiceProvider { /** * The policy mappings for the application. * * @var array */ protected $policies = [ // 'App\Model' => 'App\Policies\ModelPolicy', ]; /** * Register any authentication / authorization services. * * @return void */ public function boot() { $this->registerPolicies(); // } }