diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2016-11-10 20:52:35 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2016-11-10 20:52:35 +0100 |
| commit | 696fcd7ce4d495e356667019493bf312e2a6e47b (patch) | |
| tree | 3e8d60dad08dbe31660f2532d8ce893d35d50130 /data | |
| parent | 9ff01ebe8cde0a07ad2a480d1a45eb1a29cb113d (diff) | |
| download | phinde-696fcd7ce4d495e356667019493bf312e2a6e47b.tar.gz phinde-696fcd7ce4d495e356667019493bf312e2a6e47b.zip | |
add log class
Diffstat (limited to 'data')
| -rw-r--r-- | data/config.php.dist | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
