aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rrd.php
diff options
context:
space:
mode:
Diffstat (limited to 'rrd.php')
-rw-r--r--rrd.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/rrd.php b/rrd.php
index a6f341a..a873bf7 100644
--- a/rrd.php
+++ b/rrd.php
@@ -16,8 +16,10 @@ if ($file = validateRRDPath($CONFIG['datadir'], $_SERVER['PATH_INFO'])) {
16 16
17 html_start(); 17 html_start();
18 echo <<<EOT 18 echo <<<EOT
19<h2>Forbidden</h2> 19<fieldset id="forbidden">
20<legend>forbidden</legend>
20<p><a href="{$CONFIG['weburl']}">Return home...</a></p> 21<p><a href="{$CONFIG['weburl']}">Return home...</a></p>
22</fieldset>
21 23
22EOT; 24EOT;
23 html_end(); 25 html_end();