From 25690c21e994cfc0d81cb99ba7fc39313a50cec0 Mon Sep 17 00:00:00 2001 From: euzuro Date: Tue, 23 May 2006 17:01:25 +0000 Subject: [PATCH] use other proxy for now git-svn-id: http://svn.openlayers.org/trunk/openlayers@288 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Ajax.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/OpenLayers/Ajax.js b/lib/OpenLayers/Ajax.js index 07e09f505f..5dc12c0b14 100644 --- a/lib/OpenLayers/Ajax.js +++ b/lib/OpenLayers/Ajax.js @@ -1,5 +1,6 @@ -OpenLayers.ProxyHost = "examples/proxy.cgi?url="; +OpenLayers.ProxyHost = "../../../viewer/Crossbrowser/blindproxy.py?url="; +//OpenLayers.ProxyHost = "examples/proxy.cgi?url="; /** * Ajax reader for OpenLayers