From 5e651d7d42a94a8d80e75a34a1b64dc02ebc3c05 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 8 Sep 2019 10:31:14 -0600 Subject: [PATCH] Update install.php --- core/install/install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/install/install.php b/core/install/install.php index 10a778cacf..239a78a1c3 100644 --- a/core/install/install.php +++ b/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"); } }