unnecessary disc access

This commit is contained in:
Marc Delisle
2006-06-09 20:55:08 +00:00
parent 110277793a
commit e32dceaa78
5 changed files with 17 additions and 15 deletions

View File

@@ -45,7 +45,10 @@ function PMA_auth() {
<br />
<div class="warning"><?php echo $GLOBALS['strWrongUser']; ?></div>
<?php require './libraries/footer_custom.inc.php'; ?>
<?php if (file_exists('./config.footer.inc.php')) {
require('./config.footer.inc.php');
}
?>
</body>
</html>