This commit is contained in:
Robert Kaiser 2014-11-01 20:26:27 +01:00
Родитель 94463654a5
Коммит d368146bc1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -161,7 +161,7 @@ for ($daysback = $backlog_days + 1; $daysback > 0; $daysback--) {
$anafweb = $anadir.'/'.$fweb;
if (!file_exists($anafweb) && $gd['total_crashes']) {
// create out an HTML page
print('Writing'.($type == 'week'?' weekly':' daily').' HTML output'."\n");
print('Writing HTML output'."\n");
$doc = new DOMDocument('1.0', 'utf-8');
$doc->formatOutput = true; // we want a nice output