Server IP : 103.6.199.200 / Your IP : 3.147.65.47 Web Server : Microsoft-IIS/10.0 System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586 User : EMPUSA$ ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Domains/threelab/threelab.com.my/wwwroot/ |
Upload File : |
<?php /** * @version $Id: install.script.php 20758 2014-04-30 22:41:10Z btowles $ * @author RocketTheme http://www.rockettheme.com * @copyright Copyright (C) 2007 - ${copyright_year} RocketTheme, LLC * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only */ /** * */ class JoomlaInstallerScript { /** * @param $type * @param $parent * * @return bool */ public function preflight($type, $parent) { JError::raiseWarning(100, 'The RocketLauncher package should not be installed into an existing Joomla instance. It is a stand-alone Joomla installation itself.'); return false; } }