diff options
| author | 2016-10-07 22:54:23 +0200 | |
|---|---|---|
| committer | 2016-10-07 22:54:23 +0200 | |
| commit | 79696f31adde2a3e0a224294104b19ccc77565cc (patch) | |
| tree | 10255440b0fcfb577be5b13895f607c54fc51d61 /data | |
| parent | 8e5221c6f25deffbe62245024283604b7fa038b2 (diff) | |
Meta description option
https://github.com/FreshRSS/FreshRSS/issues/1105
Diffstat (limited to 'data')
| -rw-r--r-- | data/config.default.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php index af1482d03..d3cd3bf22 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -27,6 +27,9 @@ return array( # Title of this FreshRSS instance in the Web user interface. 'title' => 'FreshRSS', + # Meta description used when `allow_robots` is true. + 'meta_description' => '', + # Name of the user that has administration rights. 'default_user' => '_', |
