blob: 0370125a2771b79a1d228bb183ee4206089c8fd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aw,v 1.1 2010/03/04 16:00:37 taca Exp $
--- src/webmail.php.orig 2009-05-12 07:48:03.000000000 +0900
+++ src/webmail.php
@@ -48,8 +48,6 @@ if(sqgetGlobalVar('mailtodata', $mailtod
$mailtourl = '';
}
-is_logged_in();
-
// this value may be changed by a plugin, but initialize
// it first to avoid register_globals headaches
//
|