diff options
author | Sascha Wilde <wilde@intevation.de> | 2008-08-15 16:04:21 (GMT) |
---|---|---|
committer | Sascha Wilde <wilde@intevation.de> | 2008-08-15 16:04:21 (GMT) |
commit | 725700f64b7cafdb134e63678df7fabddf1ac769 (patch) | |
tree | 313b4a2ce0855f621d5ffd149fff7ad53d3edf7e /php | |
parent | eeba698a602e4b2cd106b85b06c1ca1dbfb34a46 (diff) | |
download | kolab-webadmin-725700f64b7cafdb134e63678df7fabddf1ac769.tar.gz |
Added acknowledgments for OpenSSL and PHP.
Diffstat (limited to 'php')
-rwxr-xr-x | php/admin/templates/kolab.tpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/php/admin/templates/kolab.tpl b/php/admin/templates/kolab.tpl index 208fdc9..d43db6c 100755 --- a/php/admin/templates/kolab.tpl +++ b/php/admin/templates/kolab.tpl @@ -96,4 +96,15 @@ </ul> </div> +<hr> +<small> + <p> + This product includes PHP, freely available from + http://www.php.net/ + </p><p> + This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/) + </p> +</small> + </div> |