From 4381c8a6d4096df89e7363bdfe8a7ef9a90a2057 Mon Sep 17 00:00:00 2001 From: Davide Franco Date: Mon, 29 Nov 2010 11:15:03 +0100 Subject: [PATCH] bacula-web: Change filename in stats.php and report.php - Changed classes.inc to classes.inc.php --- gui/bacula-web/report.php | 2 +- gui/bacula-web/stats.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.39.5