If I commit this, svn will auto-checkout onto /dev/ on openlayers.org, and then I'll be able to actually use that service to do what I need to do, since I have no perms to run cgi on my own. Hooray for commit access

git-svn-id: http://svn.openlayers.org/trunk/openlayers@529 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-06-06 16:08:46 +00:00
parent e53e339c09
commit 8f50443a77

View File

@@ -20,7 +20,7 @@ url = fs.getvalue('url', "http://openlayers.org")
# Designed to prevent Open Proxy type stuff.
allowedHosts = ['www.openlayers.org', 'openlayers.org', 'octo.metacarta.com']
allowedHosts = ['www.openlayers.org', 'openlayers.org', 'octo.metacarta.com', 'merrimack.metacarta.com']
try:
host = url.split("/")[2]