Browse Source

Update install.php

FusionPBX 6 năm trước cách đây
mục cha
commit
d8f10e1d67
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      core/install/install.php

+ 2 - 2
core/install/install.php

@@ -336,8 +336,8 @@
 			#app defaults
 			$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");
 		}
 	}