diff options
author | Emilien Klein <emilien@klein.st> | 2014-10-23 20:05:13 +0200 |
---|---|---|
committer | Emilien Klein <emilien@klein.st> | 2014-10-23 20:05:13 +0200 |
commit | a4355279cb60e3fee7e87b2ffffd3f4c6465b9f4 (patch) | |
tree | 534e2e70620408d2b49a61e808f90198303e2f70 /index.php | |
parent | 57dbbe51a613b31f84071a22897857b81cd9e2ec (diff) | |
parent | 1099d8fcad1844599a365fc03506ca69d156609f (diff) | |
download | Shaarli-a4355279cb60e3fee7e87b2ffffd3f4c6465b9f4.tar.gz Shaarli-a4355279cb60e3fee7e87b2ffffd3f4c6465b9f4.tar.zst Shaarli-a4355279cb60e3fee7e87b2ffffd3f4c6465b9f4.zip |
Merge pull request #35 from nodiscc/optional-atom
Make ATOM toolbar button optional
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ $GLOBALS['config']['BAN_AFTER'] = 4; // Ban IP after this many failures. | |||
21 | $GLOBALS['config']['BAN_DURATION'] = 1800; // Ban duration for IP address after login failures (in seconds) (1800 sec. = 30 minutes) | 21 | $GLOBALS['config']['BAN_DURATION'] = 1800; // Ban duration for IP address after login failures (in seconds) (1800 sec. = 30 minutes) |
22 | $GLOBALS['config']['OPEN_SHAARLI'] = false; // If true, anyone can add/edit/delete links without having to login | 22 | $GLOBALS['config']['OPEN_SHAARLI'] = false; // If true, anyone can add/edit/delete links without having to login |
23 | $GLOBALS['config']['HIDE_TIMESTAMPS'] = false; // If true, the moment when links were saved are not shown to users that are not logged in. | 23 | $GLOBALS['config']['HIDE_TIMESTAMPS'] = false; // If true, the moment when links were saved are not shown to users that are not logged in. |
24 | $GLOBALS['config']['SHOW_ATOM'] = false; // If true, an extra "ATOM feed" button will be displayed in the toolbar | ||
24 | $GLOBALS['config']['ENABLE_THUMBNAILS'] = true; // Enable thumbnails in links. | 25 | $GLOBALS['config']['ENABLE_THUMBNAILS'] = true; // Enable thumbnails in links. |
25 | $GLOBALS['config']['CACHEDIR'] = 'cache'; // Cache directory for thumbnails for SLOW services (like flickr) | 26 | $GLOBALS['config']['CACHEDIR'] = 'cache'; // Cache directory for thumbnails for SLOW services (like flickr) |
26 | $GLOBALS['config']['PAGECACHE'] = 'pagecache'; // Page cache directory. | 27 | $GLOBALS['config']['PAGECACHE'] = 'pagecache'; // Page cache directory. |