| Current Path : /var/www/iplanru/data/old/www/i-plan.ru/administrator/components/com_zoo/installation/ |
| Current File : /var/www/iplanru/data/old/www/i-plan.ru/administrator/components/com_zoo/installation/uninstall.php |
<?php
/**
* @package 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');
// init vars
$path = dirname(dirname(__FILE__));
// load install script
require_once($path.'/file.script.php');
return Com_ZOOInstallerScript::uninstall($this);