From 40680f1e004efe84428ba7e6f465d19b76c63c37 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 12 Oct 2022 10:45:40 -0600 Subject: [PATCH] Change comment from config.php to config.conf --- core/dashboard/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/dashboard/index.php b/core/dashboard/index.php index b1cc05851f..b723ab8618 100644 --- a/core/dashboard/index.php +++ b/core/dashboard/index.php @@ -28,7 +28,7 @@ $conf = glob("{/usr/local/etc,/etc}/fusionpbx/config.conf", GLOB_BRACE); set_include_path(parse_ini_file($conf[0])['document.root']); -//if config.php file does not exist then redirect to the install page +//if config.conf file does not exist then redirect to the install page if (file_exists("/usr/local/etc/fusionpbx/config.conf")){ //BSD } elseif (file_exists("/etc/fusionpbx/config.conf")){