uawdijnntqw1x1x1
IP : 216.73.216.11
Hostname : it-staging-server
Kernel : Linux it-staging-server 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
forge
/
stage.herta-bht.smartcon-survey.com
/
.git
/
objects
/
fe
/
..
/
a8
/
..
/
..
/
..
/
bootstrap
/
app.php
/
/
<?php use Illuminate\Foundation\Application; use Illuminate\Foundation\Configuration\Exceptions; use Illuminate\Foundation\Configuration\Middleware; return Application::configure(basePath: dirname(__DIR__)) ->withRouting( web: __DIR__.'/../routes/web.php', commands: __DIR__.'/../routes/console.php', health: '/up', ) ->withMiddleware(function (Middleware $middleware) { $middleware->web(append: [ \App\Http\Middleware\CheckCountryMiddleware::class, \App\Http\Middleware\HandleInertiaRequests::class, \Illuminate\Http\Middleware\AddLinkHeadersForPreloadedAssets::class, ]); // }) ->withExceptions(function (Exceptions $exceptions) { // })->create();
/home/forge/stage.herta-bht.smartcon-survey.com/.git/objects/fe/../a8/../../../bootstrap/app.php