aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rrd.php
diff options
context:
space:
mode:
authorPim van den Berg2013-05-20 22:51:44 +0200
committerPim van den Berg2013-06-22 12:16:28 +0200
commit51cd1c4dbdd684dd9a2d487770b6f28d67a25ccc (patch)
treeafead94366494bfad9dcd3193475564cc3ff117f /rrd.php
parentplugin/nut: collectd 5 compatibility for frequency graph (diff)
downloadapt-panopticon_cgp-51cd1c4dbdd684dd9a2d487770b6f28d67a25ccc.zip
apt-panopticon_cgp-51cd1c4dbdd684dd9a2d487770b6f28d67a25ccc.tar.gz
apt-panopticon_cgp-51cd1c4dbdd684dd9a2d487770b6f28d67a25ccc.tar.bz2
apt-panopticon_cgp-51cd1c4dbdd684dd9a2d487770b6f28d67a25ccc.tar.xz
start using fieldset + legend for showing data
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();