X-Git-Url: https://projects.mako.cc/source/scuttle/blobdiff_plain/01ea41393b399b1803aa50f0e0e7c05c06ee16af..4aa12354e396c6f1551076d515e0e7a81bf54266:/config.inc.php.example diff --git a/config.inc.php.example b/config.inc.php.example index f690aee..c55666a 100644 --- a/config.inc.php.example +++ b/config.inc.php.example @@ -139,4 +139,7 @@ $email_blacklist = array( '/mailinator\.com/i' ); +$archive_links = TRUE; +$archive_base_url = "https://web.archive.org"; + include_once 'debug.inc.php';