No need to require_once footer

It is the last thing executed anyway (ends with exit).
This commit is contained in:
Michal Čihař
2010-07-26 16:20:24 +02:00
parent ee767e2d3d
commit d291827444
49 changed files with 65 additions and 65 deletions

View File

@@ -390,5 +390,5 @@ function PMA_printListItem($name, $id = null, $url = null, $mysql_help_page = nu
/**
* Displays the footer
*/
require_once './libraries/footer.inc.php';
require './libraries/footer.inc.php';
?>