Arreglo para mostrar installer con parnet.info

This commit is contained in:
Brayan Osmar Pereyra Suxo
2013-08-30 12:45:34 -04:00
parent 7fa1004c12
commit 1d3ebf3f7b

View File

@@ -35,6 +35,7 @@ class Installer extends Controller
public function index ($httpData)
{
if ((strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') && (file_exists($this->path_shared . 'partner.info'))){
$this->includeExtJS( 'installer/stopInstall');
$this->setView( 'installer/mainStopInstall' );