diff options
author | nodiscc <nodiscc@gmail.com> | 2014-11-08 18:19:52 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2014-11-08 18:21:19 +0100 |
commit | d2f517638c337b5529684ab09966f74c304f0f99 (patch) | |
tree | c35b9cb2f64a2d584346f698d71f80f052e027bc /index.php | |
parent | 6fdbfe817abeb863cd1bfcade4da17b376414ca0 (diff) | |
download | Shaarli-d2f517638c337b5529684ab09966f74c304f0f99.tar.gz Shaarli-d2f517638c337b5529684ab09966f74c304f0f99.tar.zst Shaarli-d2f517638c337b5529684ab09966f74c304f0f99.zip |
make archive.org integration optional (ARCHIVE_ORG option, defaults to false)
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ $GLOBALS['config']['RAINTPL_TPL'] = 'tpl/' ; // Raintpl template directory (keep | |||
32 | $GLOBALS['config']['UPDATECHECK_FILENAME'] = $GLOBALS['config']['DATADIR'].'/lastupdatecheck.txt'; // For updates check of Shaarli. | 32 | $GLOBALS['config']['UPDATECHECK_FILENAME'] = $GLOBALS['config']['DATADIR'].'/lastupdatecheck.txt'; // For updates check of Shaarli. |
33 | $GLOBALS['config']['UPDATECHECK_INTERVAL'] = 86400 ; // Updates check frequency for Shaarli. 86400 seconds=24 hours | 33 | $GLOBALS['config']['UPDATECHECK_INTERVAL'] = 86400 ; // Updates check frequency for Shaarli. 86400 seconds=24 hours |
34 | // Note: You must have publisher.php in the same directory as Shaarli index.php | 34 | // Note: You must have publisher.php in the same directory as Shaarli index.php |
35 | $GLOBALS['config']['ARCHIVE_ORG'] = false; // For each link, add a link to an archived version on archive.org | ||
35 | // ----------------------------------------------------------------------------------------------- | 36 | // ----------------------------------------------------------------------------------------------- |
36 | // You should not touch below (or at your own risks!) | 37 | // You should not touch below (or at your own risks!) |
37 | // Optional config file. | 38 | // Optional config file. |