Ver código fonte

Update install.php

FusionPBX 6 anos atrás
pai
commit
2906838df6
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      core/install/install.php

+ 3 - 3
core/install/install.php

@@ -181,12 +181,12 @@
 			unset($config);
 			fclose($fout);
 
-			//includes - this includes the config.php
-			require_once "resources/require.php";
-
 			//add the database schema
 			$output = shell_exec('cd '.$_SERVER["DOCUMENT_ROOT"].' && php /var/www/fusionpbx/core/upgrade/upgrade_schema.php');
 
+			//includes - this includes the config.php
+			require_once "resources/require.php";
+
 			//get the domain name
 			$domain_name = $_SESSION['install']['domain_name'];