From 696fcd7ce4d495e356667019493bf312e2a6e47b Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 10 Nov 2016 20:52:35 +0100 Subject: add log class --- data/config.php.dist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'data') diff --git a/data/config.php.dist b/data/config.php.dist index 5c095ca..9c432f9 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -19,6 +19,8 @@ $GLOBALS['phinde'] = array( 'subscriptions' => array( 'http://www.example.org/feed', ), + //verbose output + 'debug' => true, //time in seconds after which URLs may be re-indexed 'refreshtime' => 86400, //if directly linked URLs shall be indexed, even if they are -- cgit v1.2.3