浏览代码

Change comment from config.php to config.conf

FusionPBX 2 年之前
父节点
当前提交
87f48778cc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/dashboard/index.php

+ 1 - 1
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")){