patch #1502453, unnecessary disc access

This commit is contained in:
Marc Delisle
2006-06-09 20:33:03 +00:00
parent 32b1fb8039
commit d4c13a9e55

View File

@@ -140,7 +140,10 @@ if (empty($GLOBALS['is_header_sent'])) {
<?php
// Include possible custom headers
require_once './libraries/header_custom.inc.php';
if (file_exists('./config.header.inc.php')) {
require('./config.header.inc.php');
}
// message of "Cookies required" displayed for auth_type http or config
// note: here, the decoration won't work because without cookies,