summaryrefslogtreecommitdiffstats
path: root/usr/local/www/graph.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-08-13 22:06:14 +0000
committerBill Marquette <billm@pfsense.org>2005-08-13 22:06:14 +0000
commit1ec7289b15c1671137b247baefb85fd7bb66ac71 (patch)
treecda5c78a1ab06d4757c36abd3706a5363304f19f /usr/local/www/graph.php
parent26fe4f2ef6bdcee7f1fd28abfd323afe74d6880d (diff)
downloadpfsense-1ec7289b15c1671137b247baefb85fd7bb66ac71.zip
pfsense-1ec7289b15c1671137b247baefb85fd7bb66ac71.tar.gz
We should still require authentication though
Diffstat (limited to 'usr/local/www/graph.php')
-rwxr-xr-xusr/local/www/graph.php3
1 files changed, 3 insertions, 0 deletions
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 ***********/
OpenPOWER on IntegriCloud