[Mapbender-commits] r1323 - trunk/mapbender/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue May 15 05:44:09 EDT 2007
Author: uli
Date: 2007-05-15 05:44:09 -0400 (Tue, 15 May 2007)
New Revision: 1323
Modified:
trunk/mapbender/http/php/mod_owsproxy_conf.php
Log:
SID included (if cookies are disabled)
Modified: trunk/mapbender/http/php/mod_owsproxy_conf.php
===================================================================
--- trunk/mapbender/http/php/mod_owsproxy_conf.php 2007-05-15 08:07:59 UTC (rev 1322)
+++ trunk/mapbender/http/php/mod_owsproxy_conf.php 2007-05-15 09:44:09 UTC (rev 1323)
@@ -39,7 +39,7 @@
</style>
<script language="JavaScript" type="text/javascript">
function set(wms_id, status){
- document.location.href = "mod_owsproxy_conf.php?wms_id="+wms_id+"&status="+status;
+ document.location.href = "mod_owsproxy_conf.php?wms_id="+wms_id+"&status="+status+"&<?php echo SID; ?>";
}
</script>
More information about the Mapbender_commits
mailing list