From 127b93cf79e7e96dfcbbc8c91821b14d3a9a8f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=E7i?= Date: Tue, 24 Nov 2009 11:35:05 +0000 Subject: Include necessary shaper.inc for read_altq_config. --- usr/local/www/status_rrd_graph_img.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr/local/www/status_rrd_graph_img.php') diff --git a/usr/local/www/status_rrd_graph_img.php b/usr/local/www/status_rrd_graph_img.php index 9cf8ee1..e6bc88d 100644 --- a/usr/local/www/status_rrd_graph_img.php +++ b/usr/local/www/status_rrd_graph_img.php @@ -33,6 +33,7 @@ */ require("guiconfig.inc"); +require_once("shaper.inc"); require_once("rrd.inc"); $pgtitle = array("System","RRD Graphs","Image viewer"); @@ -851,4 +852,4 @@ if(($graphcmdreturn <> 0) || (! $data)) { } } -?> \ No newline at end of file +?> -- cgit v1.1