Changeset 2184 for trunk/packages
- Timestamp:
- Feb 20, 2009, 10:21:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-web/code/main.py
r2182 r2184 609 609 """Information for unauth'd users.""" 610 610 return templates.unauth(searchList=[{'simple' : True, 611 'hostname' : os. environ['HOSTNAME'] if 'HOSTNAME' in os.environ else 'xvm.mit.edu'}])611 'hostname' : os.uname()[1]}]) 612 612 613 613 def admin(username, state, path, fields):
Note: See TracChangeset
for help on using the changeset viewer.