patch #1502453, unnecessary disc access
This commit is contained in:
@@ -140,7 +140,10 @@ if (empty($GLOBALS['is_header_sent'])) {
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
// Include possible custom headers
|
// 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
|
// message of "Cookies required" displayed for auth_type http or config
|
||||||
// note: here, the decoration won't work because without cookies,
|
// note: here, the decoration won't work because without cookies,
|
||||||
|
Reference in New Issue
Block a user