From 7c38bdd871e31b9bdd7828a7310019a0d36f5807 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Fri, 27 Apr 2018 22:38:38 +0200 Subject: [PATCH] add a big notice about using config.local.php --- config.inc.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/config.inc.php b/config.inc.php index c35f47ac..dc681c29 100644 --- a/config.inc.php +++ b/config.inc.php @@ -15,6 +15,23 @@ * Contains configuration options. */ + +################################################################################ +# # +# PostfixAdmin default configuration # +# # +# This file contains the PostfixAdmin default configuration settings. # +# # +# Please do not edit this file. # +# # +# Instead, add the options you want to change/override to # +# config.local.php (if it doesn't exist, create it). # +# This will make version upgrades much easier. # +# # +################################################################################ + + + /***************************************************************** * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! * You have to set $CONF['configured'] = true; before the