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
/
yoo_venice
/
warp.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 */ use Warp\Warp; use Warp\Autoload\ClassLoader; use Warp\Config\Repository; global $warp; if (!$warp) { require_once(__DIR__.'/warp/src/Warp/Autoload/ClassLoader.php'); // set loader $loader = new ClassLoader; $loader->add('Warp', __DIR__.'/warp/src'); $loader->add('Warp\Joomla', __DIR__.'/warp/systems/joomla/src'); $loader->register(); // set config $config = new Repository; $config->load(__DIR__.'/warp/config.php'); $config->load(__DIR__.'/warp/systems/joomla/config.php'); $config->load(__DIR__.'/config.php'); // set warp $warp = new Warp(compact('loader', 'config')); $warp['system']->init(); } return $warp;
/home/locationbo/www/./templates/yoo_venice/warp.php