[Mapbender-commits] r4840 - branches/2.6/core
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Oct 20 08:27:47 EDT 2009
Author: christoph
Date: 2009-10-20 08:27:47 -0400 (Tue, 20 Oct 2009)
New Revision: 4840
Modified:
branches/2.6/core/system.php
Log:
added firephp
Modified: branches/2.6/core/system.php
===================================================================
--- branches/2.6/core/system.php 2009-10-20 12:27:16 UTC (rev 4839)
+++ branches/2.6/core/system.php 2009-10-20 12:27:47 UTC (rev 4840)
@@ -34,6 +34,9 @@
#
define("LOG_LEVEL_LIST", "off,error,warning,notice,all");
+# FirePHP error log re-routing
+define("LOG_PHP_WITH_FIREPHP", "off"); // "on" or "off"
+
define("ZOOM_MOUSEWHEEL", "1.1");
define("MODULES_NOT_RELYING_ON_GLOBALS", "back,forward,zoomIn1,copyright,dependentDiv,dragMapSize,dynamicOverview,FeatureInfoRedirect,highlightPOI,navFrame,sandclock,scaleBar,scaleSel,setBBOX,setPOI2Scale");
More information about the Mapbender_commits
mailing list