projects
/
invirt/packages/invirt-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87f5f2e
)
Using socket.getfqdn
author
Peter Iannucci
<iannucci@mit.edu>
Sat, 21 Feb 2009 03:26:47 +0000
(22:26 -0500)
committer
Peter Iannucci
<iannucci@mit.edu>
Sat, 21 Feb 2009 03:26:47 +0000
(22:26 -0500)
svn path=/trunk/packages/invirt-web/; revision=2185
code/main.py
patch
|
blob
|
history
diff --git
a/code/main.py
b/code/main.py
index
b0fa833
..
2e95361
100755
(executable)
--- a/
code/main.py
+++ b/
code/main.py
@@
-608,7
+608,7
@@
def info(username, state, path, fields):
def unauthFront(_, _2, _3, fields):
"""Information for unauth'd users."""
return templates.unauth(searchList=[{'simple' : True,
- 'hostname' : os.uname()[1]}])
+ 'hostname' : socket.getfqdn()}])
def admin(username, state, path, fields):
if path == '':