diff options
Diffstat (limited to 'data/config.php.dist')
| -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 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 |
