How can I remove the footer and logo at the bottom of the page?

I want to remove the footer which is this, and the sugarcrm lofo: 

Server response time: 0.46 seconds.© 2004-2013 SugarCRM Inc. The Program is provided AS IS, without warranty. Licensed under AGPLv3.
This program is free software; you can redistribute it and/or modify it under the terms of the 
GNU Affero General Public License version 3 as published by the Free Software Foundation, including the additional permission set forth in the source code header.
SugarCRM is a trademark of SugarCRM, Inc. All other company and product names may be trademarks of the respective companies with which they are associated.

How can I do this? 
I tried doing this as suggested by other people on the internet, it did not work. :

The non upgrade safe is:
1. Override the file include/MVC/Views/SugarView.php and change the line
'show_footer' => true,
by this one:
PHP Code:
<code>'show_footer' =&gt; false,