diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-08-19 11:03:57 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-08-19 11:03:57 +0200 |
commit | fdb203ff1eedbad298984ca0670985cea52f619a (patch) | |
tree | bbed013c715aff16a8325aff15a874438988facc /config | |
parent | 43266526e8f8169ee4c20a6d6519fd36696ec6f5 (diff) | |
parent | c33d1cacd48809e62b442febe9743424093e0ae8 (diff) | |
download | nextcloud-server-fdb203ff1eedbad298984ca0670985cea52f619a.tar.gz nextcloud-server-fdb203ff1eedbad298984ca0670985cea52f619a.zip |
Merge pull request #10409 from owncloud/iShallNotCopyStuffWithoutThinking
Add a copied_sample_config switch
Diffstat (limited to 'config')
-rwxr-xr-x | config/config.sample.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 2aa240afe22..d0332cc2289 100755 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -172,6 +172,10 @@ $CONFIG = array( /* File for the owncloud logger to log to, (default is ownloud.log in the data dir) */ "logfile" => "", +/* This entry is just here to show a warning in case somebody copied the sample configuration. DO NOT ADD THIS SWITCH TO YOUR CONFIGURATION! */ +/* If you, brave person, have read until here be aware that you should not modify *ANY* settings in this file without reading the documentation */ +"copied_sample_config" => true, + /* Loglevel to start logging at. 0=DEBUG, 1=INFO, 2=WARN, 3=ERROR (default is WARN) */ "loglevel" => "", |