From 0768d5a558b0a86d9bb5da6b0f775a8fa515c48f Mon Sep 17 00:00:00 2001 From: crschmidt Date: Fri, 9 May 2008 21:59:25 +0000 Subject: [PATCH] fix proxy URL git-svn-id: http://svn.openlayers.org/trunk/openlayers@7130 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/wfs-states.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/wfs-states.html b/examples/wfs-states.html index b61ac7114b..9a3f1a4d1e 100644 --- a/examples/wfs-states.html +++ b/examples/wfs-states.html @@ -8,7 +8,7 @@ var map, layer; function init(){ - OpenLayers.ProxyHost="/cgi-bin/proxy.cgi?url="; + OpenLayers.ProxyHost="proxy.cgi?url="; map = new OpenLayers.Map('map', {controls: [ new OpenLayers.Control.PanZoom(), new OpenLayers.Control.Permalink(), new OpenLayers.Control.MouseDefaults() ]} ); layer = new OpenLayers.Layer.WMS( "OpenLayers WMS", "http://labs.metacarta.com/wms-c/Basic.py",