Arreglo para mostrar installer con parnet.info
This commit is contained in:
@@ -35,8 +35,7 @@ class Installer extends Controller
|
|||||||
|
|
||||||
public function index ($httpData)
|
public function index ($httpData)
|
||||||
{
|
{
|
||||||
$partnerFlag = (defined('PARTNER_FLAG')) ? PARTNER_FLAG : false;
|
if (file_exists($this->path_shared . 'partner.info')){
|
||||||
if ($partnerFlag){
|
|
||||||
$this->includeExtJS( 'installer/stopInstall');
|
$this->includeExtJS( 'installer/stopInstall');
|
||||||
$this->setView( 'installer/mainStopInstall' );
|
$this->setView( 'installer/mainStopInstall' );
|
||||||
G::RenderPage( 'publish', 'extJs' );
|
G::RenderPage( 'publish', 'extJs' );
|
||||||
|
|||||||
Reference in New Issue
Block a user