]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bacula-web/report.php
bacula-web: Removed useless lang.php file
[bacula/bacula] / gui / bacula-web / report.php
index 2e1986af548d7830dbe44071da992d4d85173dbf..7312d2cfdffb55f796d51b65ef0ff3401935b92a 100644 (file)
@@ -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());