diff options
Diffstat (limited to 'inc/html.inc.php')
-rw-r--r-- | inc/html.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.inc.php b/inc/html.inc.php index b9d1727..deebdc0 100644 --- a/inc/html.inc.php +++ b/inc/html.inc.php | |||
@@ -115,7 +115,7 @@ function html_end($footer = false) { | |||
115 | echo <<<EOT | 115 | echo <<<EOT |
116 | </div> | 116 | </div> |
117 | <div id="footer"> | 117 | <div id="footer"> |
118 | <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> | 118 | <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}LICENSE" rel="license">GNU General Public License (GPLv3)</a></span> |
119 | </div> | 119 | </div> |
120 | 120 | ||
121 | EOT; | 121 | EOT; |