Your IP : 216.73.216.209


Current Path : /home/m/e/g/megadansyp/www/administrator/components/com_jaextmanager/lib/
Upload File :
Current File : /home/m/e/g/megadansyp/www/administrator/components/com_jaextmanager/lib/index.php

<?php
// no direct access
defined ( '_JEXEC' ) or die ( 'Restricted access' );
 

define("_JA", "JoomlArt Enterprise");
defined("DS") or define("DS", DIRECTORY_SEPARATOR);

define("_JA_ROOT", realpath(dirname(__FILE__)));
define("_JA_TESTZONE", realpath(_JA_ROOT . "/../testzone"));

require_once ("jaupdater/JAUpdater.php");
require_once ("config.php");
require_once ("UpdaterClient.php");

$updaterClient = new UpdaterClient();

$updaterClient->execute();