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:
b059251
)
bugfix
author
Eric Price
<ecprice@mit.edu>
Tue, 9 Oct 2007 12:11:13 +0000
(08:11 -0400)
committer
Eric Price
<ecprice@mit.edu>
Tue, 9 Oct 2007 12:11:13 +0000
(08:11 -0400)
svn path=/trunk/web/; revision=154
templates/main.py
patch
|
blob
|
history
diff --git
a/templates/main.py
b/templates/main.py
index
8c00190
..
09cc0ac
100755
(executable)
--- a/
templates/main.py
+++ b/
templates/main.py
@@
-728,7
+728,6
@@
if __name__ == '__main__':
print "Status: 301 Moved Permanently"
print 'Location: ' + os.environ['SCRIPT_NAME']+'/\n'
sys.exit(0)
print "Status: 301 Moved Permanently"
print 'Location: ' + os.environ['SCRIPT_NAME']+'/\n'
sys.exit(0)
- print 'Content-Type: text/html\n'
if operation.startswith('/'):
operation = operation[1:]
if operation.startswith('/'):
operation = operation[1:]