Forráskód Böngészése

Update install.php

FusionPBX 5 éve
szülő
commit
cb5a328f6a
1 módosított fájl, 2 hozzáadás és 2 törlés
  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");
 		}
 	}