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