[Mapbender-commits] r4987 - trunk/mapbender/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Nov 13 08:49:24 EST 2009


Author: christoph
Date: 2009-11-13 08:49:23 -0500 (Fri, 13 Nov 2009)
New Revision: 4987

Modified:
   trunk/mapbender/http/php/mod_wmc_publish.php
Log:


Modified: trunk/mapbender/http/php/mod_wmc_publish.php
===================================================================
--- trunk/mapbender/http/php/mod_wmc_publish.php	2009-11-13 13:33:40 UTC (rev 4986)
+++ trunk/mapbender/http/php/mod_wmc_publish.php	2009-11-13 13:49:23 UTC (rev 4987)
@@ -1,3 +1,6 @@
+<?php
+	ob_start();
+?>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 	<head>
@@ -24,6 +27,7 @@
 	require_once(dirname(__FILE__) . "/../../lib/exception.js");
 	require_once(dirname(__FILE__) . "/../../lib/ajax.js");
 	require_once(dirname(__FILE__) . "/../../lib/basic.js");
+	header('Content-type: text/html');
 ?>
 	$(function () {
 		



More information about the Mapbender_commits mailing list