summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/graph.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/local/www/graph.php b/usr/local/www/graph.php
index f8cec48..b24fe3f 100755
--- a/usr/local/www/graph.php
+++ b/usr/local/www/graph.php
@@ -30,8 +30,9 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-/* require authentication - usually included in guiconfig.inc */
-require_once('auth.inc');
+/* Headers are evil, must omit them */
+$omit_nocacheheaders = true;
+require_once('guiconfig.inc');
// VERSION 1.0.4
OpenPOWER on IntegriCloud