Update install.php

This commit is contained in:
FusionPBX 2019-09-08 10:31:14 -06:00 committed by GitHub
parent 7af8b5783b
commit 5e651d7d42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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");
}
}