From 3db2778fcd3a8ca1036d0a5f956846c235381613 Mon Sep 17 00:00:00 2001 From: Philipp Date: Mon, 13 Feb 2023 11:32:10 +0100 Subject: [PATCH] remove unnecessary comments --- mods/local.config.ci.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/mods/local.config.ci.php b/mods/local.config.ci.php index f482eecfb7..66e80a8097 100644 --- a/mods/local.config.ci.php +++ b/mods/local.config.ci.php @@ -19,19 +19,6 @@ * */ -// Local configuration - -/* If automatic system installation fails: - * - * Copy this file to local.config.php - * - * Why local.config.php? Because it contains sensitive information which could - * give somebody complete control of your database. Apache's default - * configuration will interpret any .php file as a script and won't show the values - * - * Then set the following for your MySQL installation - */ - return [ 'database' => [ 'hostname' => 'localhost',