aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc/html.inc.php
diff options
context:
space:
mode:
authorPim van den Berg2015-02-26 22:08:24 +0100
committerPim van den Berg2015-02-26 22:09:28 +0100
commitfd44246516626b696409796772bfa2cf453dd0c9 (patch)
tree617566ac54bde242d259965e8ed8a17bcf2b1634 /inc/html.inc.php
parentplugin/apache: don't use network_datasize for apache_bytes (diff)
downloadapt-panopticon_cgp-fd44246516626b696409796772bfa2cf453dd0c9.zip
apt-panopticon_cgp-fd44246516626b696409796772bfa2cf453dd0c9.tar.gz
apt-panopticon_cgp-fd44246516626b696409796772bfa2cf453dd0c9.tar.bz2
apt-panopticon_cgp-fd44246516626b696409796772bfa2cf453dd0c9.tar.xz
inc/html: s/licence/license/
Closes #117
Diffstat (limited to '')
-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 2d745ec..cf3d15d 100644
--- a/inc/html.inc.php
+++ b/inc/html.inc.php
@@ -112,7 +112,7 @@ function html_end() {
112 echo <<<EOT 112 echo <<<EOT
113</div> 113</div>
114<div id="footer"> 114<div id="footer">
115<hr><span class="small"><a href="http://pommi.nethuis.nl/category/cgp/" rel="external">Collectd Graph Panel</a> ({$version}) is distributed under the <a href="{$html_weburl}doc/LICENSE" rel="licence">GNU General Public License (GPLv3)</a></span> 115<hr><span class="small"><a href="http://pommi.nethuis.nl/category/cgp/" rel="external">Collectd Graph Panel</a> ({$version}) is distributed under the <a href="{$html_weburl}doc/LICENSE" rel="license">GNU General Public License (GPLv3)</a></span>
116</div> 116</div>
117 117
118EOT; 118EOT;