Update install.php

This commit is contained in:
FusionPBX
2019-09-08 10:31:14 -06:00
committed by GitHub
parent e4a3091ea8
commit 26fbe226b4

View File

@@ -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 //install completed - prompt the user to login
//restart the server header("Location: /logout.php");
} }
} }