X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=gui%2Fbacula-web%2Freport.php;h=7312d2cfdffb55f796d51b65ef0ff3401935b92a;hb=bed4d6c620101ad0893a1eb28bfdb7bcf7511b00;hp=2e1986af548d7830dbe44071da992d4d85173dbf;hpb=aadf50b5e23752e61fb0094728d0dcc86c5ca275;p=bacula%2Fbacula diff --git a/gui/bacula-web/report.php b/gui/bacula-web/report.php index 2e1986af54..7312d2cfdf 100644 --- a/gui/bacula-web/report.php +++ b/gui/bacula-web/report.php @@ -31,8 +31,6 @@ $smarty->config_load("bacula.conf"); $dbSql = new Bweb(); -require("lang.php"); - if ( $_GET['default'] == 1) { // Default params, 1 month $dbSql->StartDate = strftime("%Y-%m-%d %H:%M:%S",time()-2678400); $dbSql->EndDate = strftime("%Y-%m-%d %H:%M:%S",time());