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

