Spade
Mini Shell
| Directory:~$ /home/lmsyaran/www/administrator/components/com_packageinstaller/ |
| [Home] [System Details] [Kill Me] |
<?php
/**
* Community Builder (TM)
* @version $Id: $
* @package CommunityBuilder
* @copyright (C) 2004-2021 www.joomlapolis.com / Lightning MultiCom SA -
and its licensors, all rights reserved
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU/GPL
version 2
*/
if ( ! ( defined( '_VALID_CB' ) || defined( '_JEXEC' )
|| defined( '_VALID_MOS' ) ) ) { die( 'Direct Access to this
location is not allowed.' ); }
require_once( JPATH_ADMINISTRATOR .
'/components/com_packageinstaller/admin.packageinstaller.php' );
$install = new packageinstallerInstall();
$install->install();