From 110277793a5459d30bbaf71bf1a78208c7faeed7 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 9 Jun 2006 20:45:17 +0000 Subject: [PATCH] patch #1502453, unnecessary disc access --- ChangeLog | 3 +++ libraries/auth/cookie.auth.lib.php | 5 ++++- libraries/auth/http.auth.lib.php | 5 ++++- libraries/header_custom.inc.php | 11 ----------- 4 files changed, 11 insertions(+), 13 deletions(-) delete mode 100644 libraries/header_custom.inc.php diff --git a/ChangeLog b/ChangeLog index 51b7cca28..c01977223 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,9 @@ $Source$ 2006-06-09 Marc Delisle * tbl_select.php: bug #1490569, search with LIKE on numeric fields * libraries/import.lib.php: support display of HANDLER statement results + * libraries/header.inc.php, libraries/auth/http.auth.lib.php, + /cookie.auth.lib.php, removed header_custom.inc.php: + patch #1502453, unnecessary disk access, thanks to Juergen Wind 2006-06-08 Marc Delisle * libraries/header.inc.php: bug #1501891, undefined PMA_isSuperuser() when diff --git a/libraries/auth/cookie.auth.lib.php b/libraries/auth/cookie.auth.lib.php index b8c92d3f2..8548447eb 100644 --- a/libraries/auth/cookie.auth.lib.php +++ b/libraries/auth/cookie.auth.lib.php @@ -100,7 +100,10 @@ if (top != self) { - +