Show
Ignore:
Timestamp:
08/31/10 15:55:39 (21 months ago)
Author:
zeank
Message:

force using POST path for ActiveUser?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • HelpIM3/HelpIM/web/pageBase.py

    r1124 r1165  
    1616    #def __init__(self, arg, *args, **kwargs): 
    1717    def __init__(self, *pargs, **kwargs): 
     18        self.forcePOST = False 
    1819        self.showMenu = True 
    1920