From 1ec7289b15c1671137b247baefb85fd7bb66ac71 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Sat, 13 Aug 2005 22:06:14 +0000 Subject: We should still require authentication though --- usr/local/www/graph.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr/local/www') diff --git a/usr/local/www/graph.php b/usr/local/www/graph.php index 455cf96..f8cec48 100755 --- a/usr/local/www/graph.php +++ b/usr/local/www/graph.php @@ -30,6 +30,9 @@ POSSIBILITY OF SUCH DAMAGE. */ +/* require authentication - usually included in guiconfig.inc */ +require_once('auth.inc'); + // VERSION 1.0.4 /********** HTTP GET Based Conf ***********/ -- cgit v1.1