From cc12d640519a673d1a422cc608ca6ec1a59ef46e Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 17 Sep 2008 01:48:31 +0000 Subject: - fix status header (web services + IE6 min display) - sql optims in feed /notification - dont send cookie for 10 years from admin/history.php git-svn-id: http://piwigo.org/svn/trunk@2543 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/common.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/common.inc.php') diff --git a/include/common.inc.php b/include/common.inc.php index 1ddebfc9b..a8f661dca 100644 --- a/include/common.inc.php +++ b/include/common.inc.php @@ -223,6 +223,7 @@ if ($conf['gallery_locked']) @header('Retry-After: 900'); echo l10n('gallery_locked_message') .'.'; + echo str_repeat( ' ', 512); //IE6 doesn't error output if below a size exit(); } } -- cgit v1.2.3