Changeset 1412
- Timestamp:
- 10/25/06 23:28:21
- Files:
-
- trunk/cherrypy/lib/cptools.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/lib/cptools.py
r1402 r1412 250 250 path = request.path_info 251 251 if path.endswith('login_screen'): 252 return self.login_screen( )252 return self.login_screen(**request.params) 253 253 elif path.endswith('do_login'): 254 254 return self.do_login(**request.params)

