- fix minor issues diskspace-usage-report, refs #466

- show current year for copyright in footer
This commit is contained in:
Michael Kaufmann (d00p)
2011-01-14 07:31:01 +00:00
parent e5b2fd90c0
commit c5cdd9f567
4 changed files with 117 additions and 116 deletions

View File

@@ -408,6 +408,8 @@ if(AREA == 'admin' || AREA == 'customer')
}
eval("\$header = \"" . getTemplate('header', '1') . "\";");
$current_year = date('Y', time());
eval("\$footer = \"" . getTemplate('footer', '1') . "\";");
if(isset($_POST['action']))