Changeset 588 for trunk/packages/sipb-xen-www/code/main.py
- Timestamp:
- Jun 4, 2008, 1:53:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-www/code/main.py
r587 r588 340 340 elif back == 'info': 341 341 machine = validation.Validate(username, state, machine_id=fields.getfirst('machine_id')).machine 342 return ({'Status': '30 2',342 return ({'Status': '303 See Other', 343 343 'Location': '/info?machine_id=%d' % machine.machine_id}, 344 344 "You shouldn't see this message.")
Note: See TracChangeset
for help on using the changeset viewer.