Update upgrade.php

This commit is contained in:
FusionPBX
2022-10-19 11:06:38 -06:00
committed by GitHub
parent 353be53ba8
commit 14552806a1

View File

@@ -24,7 +24,6 @@
Mark J Crane <markjcrane@fusionpbx.com>
*/
//add the document root to the include path
$config_glob = glob("{/usr/local/etc,/etc}/fusionpbx/config.conf", GLOB_BRACE);
if (is_array($config_glob) && count($config_glob) > 0) {