mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 11:38:53 +00:00
Monotone-Parent: 2d2e743a5087ca30371568023cc4df66fe721a9d
Monotone-Revision: 68e241a279756be7a7c1d8d9b8547e113f07073e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-08-06T14:06:27 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -19,7 +19,19 @@
|
||||
02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <NGObjWeb/SoComponent.h>
|
||||
#import <Foundation/NSUserDefaults.h>
|
||||
|
||||
#import <NGObjWeb/SoComponent.h>
|
||||
#import <NGObjWeb/SoObject.h>
|
||||
#import <NGObjWeb/WOApplication.h>
|
||||
#import <NGObjWeb/WOContext.h>
|
||||
#import <NGObjWeb/WORequest.h>
|
||||
#import <NGObjWeb/WOResponse.h>
|
||||
#import <NGExtensions/NSNull+misc.h>
|
||||
#import <NGExtensions/NSObject+Logs.h>
|
||||
#import <NGExtensions/NSString+misc.h>
|
||||
#import <SOGo/SOGoAuthenticator.h>
|
||||
#import <SOGo/SOGoUser.h>
|
||||
|
||||
@interface SOGoRootPage : SoComponent
|
||||
{
|
||||
@@ -28,9 +40,6 @@
|
||||
|
||||
@end
|
||||
|
||||
#include <SOGo/SOGoAuthenticator.h>
|
||||
#include "common.h"
|
||||
|
||||
@implementation SOGoRootPage
|
||||
|
||||
static BOOL doNotRedirect = NO;
|
||||
|
||||
Reference in New Issue
Block a user