Mercurial > p > roundup > code
diff roundup/scripts/roundup_server.py @ 661:cdcee6721841
. [SF#517734] web header customisation is obscure
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 14 Mar 2002 23:59:24 +0000 |
| parents | 3569dfce4bc5 |
| children | 6003d6fa02a5 |
line wrap: on
line diff
--- a/roundup/scripts/roundup_server.py Thu Mar 14 07:16:31 2002 +0000 +++ b/roundup/scripts/roundup_server.py Thu Mar 14 23:59:24 2002 +0000 @@ -1,5 +1,3 @@ -#!/usr/bin/python -# # Copyright (c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/) # This module is free software, and you may redistribute it and/or modify # under the same terms as Python, so long as this copyright message and @@ -18,7 +16,7 @@ # """ HTTP Server that serves roundup. -$Id: roundup_server.py,v 1.4 2002-02-21 07:02:54 richard Exp $ +$Id: roundup_server.py,v 1.5 2002-03-14 23:59:24 richard Exp $ """ # python version check @@ -249,6 +247,9 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.4 2002/02/21 07:02:54 richard +# The correct var is "HTTP_HOST" +# # Revision 1.3 2002/02/21 06:57:39 richard # . Added popup help for classes using the classhelp html template function. # - add <display call="classhelp('priority', 'id,name,description')">
