mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
Monotone-Parent: 916c9f862b9a3055282ce374be1879734051ee31
Monotone-Revision: d20ec84ad2b4b3caf96c35a13c3f6b3c714ea6e3 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-09-05T17:57:17 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSUserDefaults.h>
|
||||
|
||||
#import <NGObjWeb/SoDefaultRenderer.h>
|
||||
#import <NGObjWeb/WOApplication.h>
|
||||
#import <NGObjWeb/WOContext.h>
|
||||
#import <NGObjWeb/WORequest.h>
|
||||
@@ -118,11 +119,12 @@
|
||||
withReason: (NSString *) reason
|
||||
inContext: (WOContext *) context
|
||||
{
|
||||
id page;
|
||||
WOComponent *page;
|
||||
|
||||
page = [[WOApplication application] pageWithName: @"SOGoRootPage"
|
||||
forRequest: [context request]];
|
||||
[page appendToResponse: response inContext: context];
|
||||
[[SoDefaultRenderer sharedRenderer] renderObject: page
|
||||
inContext: context];
|
||||
}
|
||||
|
||||
@end /* SOGoWebAuthenticator */
|
||||
|
||||
Reference in New Issue
Block a user