projects
/
squirrelmail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2260bc9
)
Add an empty body to work around a delay due to a bug in Safari.
author
kink
<kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 27 Jul 2003 19:37:21 +0000
(19:37 +0000)
committer
kink
<kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 27 Jul 2003 19:37:21 +0000
(19:37 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5455
7612ce4b
-ef26-0410-bec9-
ea0150e637f0
index.php
patch
|
blob
|
blame
|
history
diff --git
a/index.php
b/index.php
index 7c2d19362e23910fba5cb66d78222172809309eb..a9aa9d1836aa1c0f69d84c1065880e8c48f57c91 100644
(file)
--- a/
index.php
+++ b/
index.php
@@
-12,6
+12,6
@@
*/
header("Location: src/login.php\n\n");
-exit();
-?>
\ No newline at end of file
+?>
+<html></html>