diff options
author | nodiscc <nodiscc@gmail.com> | 2014-11-08 18:40:27 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2014-11-08 18:40:27 +0100 |
commit | dffa06ed61663c2ba9229f1b615627f2f5ac5887 (patch) | |
tree | c35b9cb2f64a2d584346f698d71f80f052e027bc /index.php | |
parent | 6fdbfe817abeb863cd1bfcade4da17b376414ca0 (diff) | |
parent | d2f517638c337b5529684ab09966f74c304f0f99 (diff) | |
download | Shaarli-dffa06ed61663c2ba9229f1b615627f2f5ac5887.tar.gz Shaarli-dffa06ed61663c2ba9229f1b615627f2f5ac5887.tar.zst Shaarli-dffa06ed61663c2ba9229f1b615627f2f5ac5887.zip |
Merge pull request #51 from nodiscc/optional-archiveorg
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. |