HOR-3620
Solve conflict classes/class.installer.php and controllers/installer.php Changed classes/class.installer.php -> classes/PmInstaller.php Changed and verified usages of each class.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
|
||||
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
|
||||
*/
|
||||
$inst = new Installer();
|
||||
$inst = new PmInstaller();
|
||||
|
||||
$oProcess = new Processes();
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
|
||||
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
|
||||
*/
|
||||
$inst = new Installer();
|
||||
$inst = new PmInstaller();
|
||||
|
||||
$oProcess = new Processes();
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
if (isset( $_POST['form']['NW_TITLE'] )) {
|
||||
$action = (isset( $_POST['form']['ACTION'] )) ? trim( $_POST['form']['ACTION'] ) : 'test';
|
||||
$name = trim( $_POST['form']['NW_TITLE'] );
|
||||
$inst = new Installer();
|
||||
$inst = new PmInstaller();
|
||||
|
||||
$isset = $inst->isset_site( $name );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user