[Mapbender-commits] r2052 - branches/2.5/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Feb 1 09:41:58 EST 2008
Author: christoph
Date: 2008-02-01 09:41:57 -0500 (Fri, 01 Feb 2008)
New Revision: 2052
Modified:
branches/2.5/http/javascripts/core.php
Log:
removed obsolete code
Modified: branches/2.5/http/javascripts/core.php
===================================================================
--- branches/2.5/http/javascripts/core.php 2008-01-31 13:12:44 UTC (rev 2051)
+++ branches/2.5/http/javascripts/core.php 2008-02-01 14:41:57 UTC (rev 2052)
@@ -17,12 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-#if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) {
-# ob_start("ob_gzhandler");
-#}
-#else {
- ob_start();
-#}
+ob_start();
header('Content-type: application/x-javascript');
require_once(dirname(__FILE__) . "/../javascripts/event.js");
require_once(dirname(__FILE__) . "/../javascripts/core.js");
More information about the Mapbender_commits
mailing list