diff options
author | Sébastien Lucas <sebastien@slucas.fr> | 2016-12-17 21:10:50 +0100 |
---|---|---|
committer | Sébastien Lucas <sebastien@slucas.fr> | 2016-12-17 21:10:50 +0100 |
commit | b649f64958558a8f093f772ae5fcf57e6b903867 (patch) | |
tree | a4faf317a3c80c4858321f3fc9981d27e7dc7c71 | |
parent | 7ed1a3418d64b5a23b06630cb5bf8f75ad300fe2 (diff) | |
download | cops-b649f64958558a8f093f772ae5fcf57e6b903867.zip cops-b649f64958558a8f093f772ae5fcf57e6b903867.tar.gz cops-b649f64958558a8f093f772ae5fcf57e6b903867.tar.bz2 |
Add a mention in config_local.php.example to find all configuration items. fix #312
-rw-r--r-- | config_local.php.example | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/config_local.php.example b/config_local.php.example index 2bf34bf..78a9e54 100644 --- a/config_local.php.example +++ b/config_local.php.example @@ -1,7 +1,14 @@ <?php if (!isset($config)) $config = array(); - + + /* + *************************************************** + * Please read config_default.php for all possible + * configuration items + *************************************************** + */ + /* * The directory containing calibre's metadata.db file, with sub-directories * containing all the formats. |