FusionPBX 6 роки тому
батько
коміт
d8f10e1d67
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      core/install/install.php

+ 2 - 2
core/install/install.php

@@ -336,8 +336,8 @@
 			#app defaults
 			#app defaults
 			$output = shell_exec('cd '.$_SERVER["DOCUMENT_ROOT"].' && php /var/www/fusionpbx/core/upgrade/upgrade_domains.php');
 			$output = shell_exec('cd '.$_SERVER["DOCUMENT_ROOT"].' && php /var/www/fusionpbx/core/upgrade/upgrade_domains.php');
 
 
-			//install completed
-			//restart the server
+			//install completed - prompt the user to login
+			header("Location: /logout.php");
 		}
 		}
 	}
 	}