Open bonifacyi opened 4 years ago
$retention should be an integer not a string, so the quotes should not be there.
without the quotes, an error occurs: PHP Parse error: syntax error, unexpected ',' in /var/www/html/config.php on line 15 this happens when you first start
The default value should be 0. If it is
if (empty($retention)) $retention = 0;
I think you have a typo in the code /area/settings.php line 153 quotation marks are missing fwrite( $configfile, '"retention" => "' . $retention . '",' . "\n" );