diff options
| author | Pim van den Berg | 2019-05-10 09:15:15 +0200 |
|---|---|---|
| committer | Pim van den Berg | 2019-05-10 09:15:15 +0200 |
| commit | fd8fa70739d18d786e88f7ffa57e250e0e41af8f (patch) | |
| tree | f9103593ea1b3d2ca8c9f5da5d59d1f8a99929d0 | |
| parent | Merge pull request #166 from ahumph/master (diff) | |
| download | apt-panopticon_cgp-fd8fa70739d18d786e88f7ffa57e250e0e41af8f.zip apt-panopticon_cgp-fd8fa70739d18d786e88f7ffa57e250e0e41af8f.tar.gz apt-panopticon_cgp-fd8fa70739d18d786e88f7ffa57e250e0e41af8f.tar.bz2 apt-panopticon_cgp-fd8fa70739d18d786e88f7ffa57e250e0e41af8f.tar.xz | |
fix LICENSE links
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | inc/html.inc.php | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -66,7 +66,7 @@ set up to reduce data usage and CPU time: | |||
| 66 | 66 | ||
| 67 | License | 67 | License |
| 68 | ------- | 68 | ------- |
| 69 | CGP is released under the terms of GPL version 3. See [doc/LICENSE](doc/LICENSE) | 69 | CGP is released under the terms of GPL version 3. See [LICENSE](LICENSE) |
| 70 | for the full license text. | 70 | for the full license text. |
| 71 | 71 | ||
| 72 | Acknowledgements | 72 | Acknowledgements |
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; |
