uawdijnntqw1x1x1
IP : 172.71.28.205
Hostname : vps-ebe98236
Kernel : Linux vps-ebe98236 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
OS : Linux
PATH:
/
var
/
www
/
html
/
Joomla
/
b2748
/
..
/
templates
/
.
/
g5_helium
/
.
/
error.php
/
/
<?php /** * @package Gantry 5 Theme * @author RocketTheme http://www.rockettheme.com * @copyright Copyright (C) 2007 - 2017 RocketTheme, LLC * @license GNU/GPLv2 and later * * http://www.gnu.org/licenses/gpl-2.0.html */ defined('_JEXEC') or die; // Bootstrap Gantry framework or fail gracefully (inside included file). $gantry = include __DIR__ . '/includes/gantry.php'; /** @var \Gantry\Framework\Theme $theme */ $theme = $gantry['theme']; $context = array( 'errorcode' => isset($this->error) ? $this->error->getCode() : null, 'error' => isset($this->error) ? $this->error->getMessage() : null, 'debug' => $app->get('debug_lang', '0') == '1' || $app->get('debug', '0') == '1', 'backtrace' => $this->debug ? $this->renderBacktrace() : null ); // Reset used outline configuration. unset($gantry['configuration']); // Render the page. echo $theme ->setLayout('_error', true) ->render('error.html.twig', $context);
/var/www/html/Joomla/b2748/../templates/./g5_helium/./error.php