X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=c91ae23b4992f7e9f05a8241745eb83bbe7a2788;hb=1099d8fcad1844599a365fc03506ca69d156609f;hp=6fae2f8b7dadf6d3c9bfb8ce8e689bf38f842700;hpb=57dbbe51a613b31f84071a22897857b81cd9e2ec;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index 6fae2f8b..c91ae23b 100644 --- a/index.php +++ b/index.php @@ -21,6 +21,7 @@ $GLOBALS['config']['BAN_AFTER'] = 4; // Ban IP after this many failures. $GLOBALS['config']['BAN_DURATION'] = 1800; // Ban duration for IP address after login failures (in seconds) (1800 sec. = 30 minutes) $GLOBALS['config']['OPEN_SHAARLI'] = false; // If true, anyone can add/edit/delete links without having to login $GLOBALS['config']['HIDE_TIMESTAMPS'] = false; // If true, the moment when links were saved are not shown to users that are not logged in. +$GLOBALS['config']['SHOW_ATOM'] = false; // If true, an extra "ATOM feed" button will be displayed in the toolbar $GLOBALS['config']['ENABLE_THUMBNAILS'] = true; // Enable thumbnails in links. $GLOBALS['config']['CACHEDIR'] = 'cache'; // Cache directory for thumbnails for SLOW services (like flickr) $GLOBALS['config']['PAGECACHE'] = 'pagecache'; // Page cache directory.