From 7b5b3205558717de474a2e77b8b3eea768a38f0e Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sat, 3 Dec 2016 22:32:19 +0100 Subject: add log file support --- 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 fff65ce..cef499b 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -15,6 +15,8 @@ $GLOBALS['phinde'] = array( ), //verbose output 'debug' => true, + //full path to log file + 'logfile' => null, //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