]> git.sur5r.net Git - bacula/bacula/commitdiff
bacula-web: Change filename in stats.php and report.php
authorDavide Franco <bacula-dev@dflc.ch>
Mon, 29 Nov 2010 10:15:03 +0000 (11:15 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:39:41 +0000 (14:39 +0200)
 - Changed classes.inc to classes.inc.php

gui/bacula-web/report.php
gui/bacula-web/stats.php

index 1d4ab1f3ecf03e316c226a8fe40b046cbaa0b6a6..75ac3a18715df574b3d078d6754e44c0c0abe35a 100644 (file)
@@ -17,7 +17,7 @@
 session_start();
 require ("paths.php");
 require($smarty_path."Smarty.class.php");
-include "classes.inc";
+include "classes.inc.php";
 
 $smarty = new Smarty;
 
index 3def6d3208ea46b168710746c8a5f37f6184b206..89a383a42b6c789e53a618c55028460d226cb5ee 100644 (file)
@@ -27,7 +27,7 @@
 // $modo_graph= Type of graph (bars, lines, linepoints, area, points, and pie).
 // $elapsed = Period in seconds to show complex graph (tipo_dato <3) 1 month = 18144000
 session_start();
-require ("classes.inc");
+require ("classes.inc.php");
 
 $graph = new BCreateGraph();