X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=019311985f113a58fdafd3bf9199241b7e9127f3;hb=cffa853aaeab87d787693479d39f493daccd47af;hp=b0cd430f0201f58dcf33e732e073ca97f019ca25;hpb=1a663a0f2c9d54deeda7dd6f44de472f70ef19bb;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index b0cd430f..01931198 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.