diff --git a/html/index.php b/html/index.php index 65d3d912f..b6b952586 100755 --- a/html/index.php +++ b/html/index.php @@ -300,11 +300,7 @@ if($config['enable_footer'] == 1) {

' . (isset($config['footer']) ? $config['footer'] : '')); -echo('
Powered by ' . $config['project_name_version'].'.
'); -echo( $config['project_name'].' is Free Software, released under the GNU GPLv3.
'); -echo(' Copyright © 2013-'.date("Y").' by the '.$config['project_name'].' Contributors.
'); -echo(' Copyright © 2006-2012 by Adam Armstrong.'); +echo(' Powered by ' . $config['project_name'].'.
'); ?>