[Mapbender-commits] r2273 - branches/2.5/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Mar 20 06:12:30 EDT 2008
Author: christoph
Date: 2008-03-20 06:12:30 -0400 (Thu, 20 Mar 2008)
New Revision: 2273
Modified:
branches/2.5/http/php/mod_owsproxy_conf.php
Log:
replaced file name by $self
Modified: branches/2.5/http/php/mod_owsproxy_conf.php
===================================================================
--- branches/2.5/http/php/mod_owsproxy_conf.php 2008-03-19 16:29:53 UTC (rev 2272)
+++ branches/2.5/http/php/mod_owsproxy_conf.php 2008-03-20 10:12:30 UTC (rev 2273)
@@ -39,7 +39,7 @@
</style>
<script language="JavaScript" type="text/javascript">
function set(wms_id, status){
- document.location.href = "mod_owsproxy_conf.php?<?php echo $urlParameters;?>&wms_id="+wms_id+"&status="+status+"&<?php echo SID; ?>";
+ document.location.href = "<?php echo $self; ?>&wms_id="+wms_id+"&status="+status;
}
</script>
More information about the Mapbender_commits
mailing list