[Mapbender-commits] r7643 - in trunk/mapbender/http: geoportal php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Feb 24 05:17:06 EST 2011
Author: armin11
Date: 2011-02-24 02:17:05 -0800 (Thu, 24 Feb 2011)
New Revision: 7643
Modified:
trunk/mapbender/http/geoportal/mod_readOpenSearchResultsDetail.php
trunk/mapbender/http/php/mod_deleteWFS.php
Log:
cleaning #session_start()
Modified: trunk/mapbender/http/geoportal/mod_readOpenSearchResultsDetail.php
===================================================================
--- trunk/mapbender/http/geoportal/mod_readOpenSearchResultsDetail.php 2011-02-24 10:03:49 UTC (rev 7642)
+++ trunk/mapbender/http/geoportal/mod_readOpenSearchResultsDetail.php 2011-02-24 10:17:05 UTC (rev 7643)
@@ -1,5 +1,4 @@
<?php
-#session_start();
#http://localhost/mapbender/geoportal/mod_readOpenSearchResultsDetail.php?osid=1&...
require_once(dirname(__FILE__)."/../../core/globalSettings.php");
$con = db_connect(DBSERVER,OWNER,PW);
Modified: trunk/mapbender/http/php/mod_deleteWFS.php
===================================================================
--- trunk/mapbender/http/php/mod_deleteWFS.php 2011-02-24 10:03:49 UTC (rev 7642)
+++ trunk/mapbender/http/php/mod_deleteWFS.php 2011-02-24 10:17:05 UTC (rev 7643)
@@ -17,8 +17,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-#session_start();
-
require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
$e_id="deleteWFS";
More information about the Mapbender_commits
mailing list