Changeset 578 for trunk/packages/sipb-xen-www/code/main.py
- Timestamp:
- Jun 2, 2008, 11:59:50 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-www/code/main.py
r577 r578 42 42 import validation 43 43 import cache_acls 44 from webcommon import InvalidInput, CodeError, state44 from webcommon import InvalidInput, CodeError, State 45 45 import controls 46 46 … … 668 668 669 669 username = getUser(os.environ) 670 state .username = username670 state = State(username) 671 671 operation = os.environ.get('PATH_INFO', '') 672 672 if not operation:
Note: See TracChangeset
for help on using the changeset viewer.