svn commit: r384 - trunk/mapbender/http/php/mod_log.php
uli at osgeo.org
uli at osgeo.org
Tue Jun 6 11:00:38 EDT 2006
Author: uli
Date: 2006-06-06 15:00:38+0000
New Revision: 384
Modified:
trunk/mapbender/http/php/mod_log.php
Log:
title included if help is available
Modified: trunk/mapbender/http/php/mod_log.php
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/php/mod_log.php?view=diff&rev=384&p1=trunk/mapbender/http/php/mod_log.php&p2=trunk/mapbender/http/php/mod_log.php&r1=383&r2=384
==============================================================================
--- trunk/mapbender/http/php/mod_log.php (original)
+++ trunk/mapbender/http/php/mod_log.php 2006-06-06 15:00:38+0000
@@ -16,7 +16,9 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
+include_once("../../conf/mapbender.conf");
+$con = db_connect(DBSERVER,OWNER,PW);
+db_select_db(DB,$con);
if($_REQUEST['req']){
session_start();
ignore_user_abort();
More information about the Mapbender_commits
mailing list