From 43bfec116f4144ef385ef32311d8516cbf5f2270 Mon Sep 17 00:00:00 2001 From: kink Date: Sun, 27 Jul 2003 19:37:21 +0000 Subject: [PATCH] Add an empty body to work around a delay due to a bug in Safari. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5455 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 7c2d1936..a9aa9d18 100644 --- a/index.php +++ b/index.php @@ -12,6 +12,6 @@ */ header("Location: src/login.php\n\n"); -exit(); -?> \ No newline at end of file +?> + -- 2.25.1