From 0ef99c76492a89fc9e3a9ae104fb7799125ec1b4 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 12 Oct 2022 10:43:14 -0600 Subject: [PATCH] Update the description --- login.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/login.php b/login.php index b491030fce..ed81450db5 100644 --- a/login.php +++ b/login.php @@ -33,10 +33,10 @@ //start session if (!isset($_SESSION)) { session_start(); } -//if config.php file does not exist then redirect to the install page - if (file_exists("/usr/local/etc/fusionpbx/config.conf")){ +//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")){ + } elseif (file_exists("/etc/fusionpbx/config.conf")) { //Linux } else { header("Location: ".PROJECT_PATH."/core/install/install.php");