Hi
In "out.BackupTools.php" file change line 118 and 173
to
Doudoux
In "out.BackupTools.php" file change line 118 and 173
PHP Code:
print "<td>".getLongReadableDate($entry)."</td>\n";
PHP Code:
print "<td>".getLongReadableDate(filemtime($settings->_contentDir.$entry))."</td>\n";
Doudoux