From: Davide Franco Date: Mon, 29 Nov 2010 10:15:03 +0000 (+0100) Subject: bacula-web: Change filename in stats.php and report.php X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4381c8a6d4096df89e7363bdfe8a7ef9a90a2057;p=bacula%2Fbacula bacula-web: Change filename in stats.php and report.php - Changed classes.inc to classes.inc.php --- diff --git a/gui/bacula-web/report.php b/gui/bacula-web/report.php index 1d4ab1f3ec..75ac3a1871 100644 --- a/gui/bacula-web/report.php +++ b/gui/bacula-web/report.php @@ -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; diff --git a/gui/bacula-web/stats.php b/gui/bacula-web/stats.php index 3def6d3208..89a383a42b 100644 --- a/gui/bacula-web/stats.php +++ b/gui/bacula-web/stats.php @@ -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();