patch #1502453, unnecessary disc access
This commit is contained in:
@@ -100,7 +100,10 @@ if (top != self) {
|
||||
|
||||
<body class="loginform">
|
||||
|
||||
<?php require './libraries/header_custom.inc.php'; ?>
|
||||
<?php if (file_exists('./config.header.inc.php')) {
|
||||
require('./config.header.inc.php');
|
||||
}
|
||||
?>
|
||||
|
||||
<div class="container">
|
||||
<a href="http://www.phpmyadmin.net" target="_blank" class="logo"><?php
|
||||
|
@@ -33,7 +33,10 @@ function PMA_auth() {
|
||||
?>
|
||||
</head>
|
||||
<body>
|
||||
<?php require './libraries/header_custom.inc.php'; ?>
|
||||
<?php if (file_exists('./config.header.inc.php')) {
|
||||
require('./config.header.inc.php');
|
||||
}
|
||||
?>
|
||||
|
||||
<br /><br />
|
||||
<center>
|
||||
|
@@ -1,11 +0,0 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
// vim: expandtab sw=4 ts=4 sts=4:
|
||||
|
||||
// This file includes all custom headers if they exist.
|
||||
|
||||
// Include site header
|
||||
if (file_exists('./config.header.inc.php')) {
|
||||
require('./config.header.inc.php');
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user