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:
davidcallizaya
2017-08-04 18:44:16 -04:00
parent f0be31202c
commit ce810e444c
6 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ class newSiteProxy extends HttpProxyController
$ao_db_drop = (isset( $_POST['AO_DB_DROP'] )) ? true : false;
$name = trim( $_POST['NW_TITLE'] );
$inst = new Installer();
$inst = new PmInstaller();
if ($inst->isset_site($name)) {
if($ao_db_drop === true){
if(!file_exists(PATH_DATA . "sites/" . $name)){