[Mapbender-commits] r2408 - trunk/mapbender/http

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Apr 23 12:01:18 EDT 2008


Author: christoph
Date: 2008-04-23 12:01:18 -0400 (Wed, 23 Apr 2008)
New Revision: 2408

Modified:
   trunk/mapbender/http/index.php
Log:
merge w/ 2.5 branch (3)

Modified: trunk/mapbender/http/index.php
===================================================================
--- trunk/mapbender/http/index.php	2008-04-23 16:00:49 UTC (rev 2407)
+++ trunk/mapbender/http/index.php	2008-04-23 16:01:18 UTC (rev 2408)
@@ -17,6 +17,8 @@
 # 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(dirname(__FILE__)."/php/system.php");
 ?>
 <!DOCTYPE HTML PUBLIC "-//W3C//Dtd HTML 4.01 Transitional//EN">
 <html>
@@ -109,7 +111,7 @@
 		
 			<div class="mapbender_welcome">Welcome to <font align="left" color="#000000">Ma</font><font color="#0000CE">p</font><font color="#C00000">b</font><font color="#000000">ender</font></div>
 		
-		<font color="#ff0000">Mapbender Version 2.4.2 (2007-07-30)</font>
+		<font color="#ff0000">Mapbender Version <?php echo MB_VERSION_NUMBER." ".MB_VERSION_APPENDIX?> (<?php echo date("d-m-Y",MB_RELEASE_DATE);?>)</font>
 		</td></tr>
 	</table>
 <br>



More information about the Mapbender_commits mailing list