uawdijnntqw1x1x1
IP : 216.73.216.183
Hostname : webm007.cluster114.gra.hosting.ovh.net
Kernel : Linux webm007.cluster114.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
locationbo
/
www
/
templates
/
cisampe
/
error.php
/
/
<?php /** * @package yoo_venice * @author YOOtheme http://www.yootheme.com * @copyright Copyright (C) YOOtheme GmbH * @license http://www.gnu.org/licenses/gpl.html GNU/GPL */ // no direct access defined('_JEXEC') or die('Restricted access'); // get warp $warp = require(__DIR__.'/warp.php'); // set messages $title = $this->title; $error = $this->error->getCode(); $message = $this->error->getMessage(); // set 404 messages if ($error == '404') { $title = JText::_('TPL_WARP_404_PAGE_TITLE'); $message = JText::sprintf('TPL_WARP_404_PAGE_MESSAGE', JURI::root(false), $warp['config']->get('site_name')); } // render error layout echo $warp['template']->render('error', compact('title', 'error', 'message'));
/home/locationbo/www/templates/cisampe/error.php