One Hat Cyber Team
Your IP :
216.73.216.84
Server IP :
50.6.229.107
Server :
Linux server.hostburly.com 5.14.0-611.38.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 10 17:21:28 EDT 2026 x86_64
Server Software :
Apache
PHP Version :
8.2.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
andjemzt
/
goodgov.andjemztech.com
/
Edit File:
index.php
<?php // Load Composer's autoload file from Laravel app folder require __DIR__ . '/../ggh_api/vendor/autoload.php'; // Bootstrap the Laravel application $app = require_once __DIR__ . '/../ggh_api/bootstrap/app.php'; // Run the application $kernel = $app->make(Illuminate\Contracts\Http\Kernel::class); $request = Illuminate\Http\Request::capture(); $response = $kernel->handle($request); $response->send(); $kernel->terminate($request, $response);
Simpan