From 8558f930d7e5d1f81ca12cad7a83aec5b22e24f8 Mon Sep 17 00:00:00 2001 From: devansh bawari Date: Mon, 9 Aug 2021 10:30:58 +0530 Subject: [PATCH] Line Removed --- public/installer/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/public/installer/index.php b/public/installer/index.php index d6f907276..a5c04aa6e 100755 --- a/public/installer/index.php +++ b/public/installer/index.php @@ -49,7 +49,6 @@ $jsURL = $actual_link . '/' . 'js/script.js'; $installed = false; if (file_exists($envFile)) { - // reading env content $data = file($envFile); $databaseArray = ['DB_HOST', 'DB_DATABASE', 'DB_USERNAME', 'DB_PASSWORD', 'DB_CONNECTION', 'DB_PORT', 'DB_PREFIX'];