uawdijnntqw1x1x1
IP : 216.73.216.155
Hostname : vm5018.vps.agava.net
Kernel : Linux vm5018.vps.agava.net 3.10.0-1127.8.2.vz7.151.14 #1 SMP Tue Jun 9 12:58:54 MSK 2020 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
var
/
www
/
iplanru
/
data
/
www
/
.
/
i-plan.ru
/
components
/
com_zoo
/
zoo.php
/
/
<?php /** * @package com_zoo * @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'); // load config require_once(JPATH_ADMINISTRATOR.'/components/com_zoo/config.php'); // get ZOO app $zoo = App::getInstance('zoo'); // init vars $path = dirname(__FILE__); // register paths $zoo->path->register($path.'/assets', 'assets'); $zoo->path->register($path.'/controllers', 'controllers'); // add default js $zoo->document->addScript('assets:js/responsive.js'); $zoo->document->addScript('component.site:assets/js/default.js'); try { // load and dispatch application if ($application = $zoo->zoo->getApplication()) { $application->dispatch(); } else { return $zoo->error->raiseError(404, JText::_('Application not found')); } } catch (AppException $e) { $zoo->error->raiseError(500, $e); }
/var/www/iplanru/data/www/./i-plan.ru/components/com_zoo/zoo.php