aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2020-01-04 18:35:51 +1000
committeronefang2020-01-04 18:35:51 +1000
commit810b6e31b595a1fa7d6758036b81bf488389a083 (patch)
treec4a7ff2e8a0cfbde36e95ed3c4f79f066881298e
parentMake it the default to. (diff)
downloadapt-panopticon_cgp-master.zip
apt-panopticon_cgp-master.tar.gz
apt-panopticon_cgp-master.tar.bz2
apt-panopticon_cgp-master.tar.xz
Better text for the page title.HEADmaster
-rw-r--r--inc/html.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.inc.php b/inc/html.inc.php
index b9cae9c..e4cb7c4 100644
--- a/inc/html.inc.php
+++ b/inc/html.inc.php
@@ -63,7 +63,7 @@ echo <<<EOT
63<body> 63<body>
64 64
65<div id="header"> 65<div id="header">
66 <h1><a href="index.php">Collectd Graph Panel</a></h1> 66 <h1>apt-panopticon detailed graphs <a href="index.php">(click for other servers)</a></h1>
67</div> 67</div>
68 68
69EOT; 69EOT;