[mapguide-commits] r9149 - sandbox/adsk/3.2o.AIMS/Web/src/mapadmin

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Apr 18 18:46:23 PDT 2017


Author: hubu
Date: 2017-04-18 18:46:23 -0700 (Tue, 18 Apr 2017)
New Revision: 9149

Modified:
   sandbox/adsk/3.2o.AIMS/Web/src/mapadmin/resizableadmin.php
Log:
Update about box of site administrator.

Modified: sandbox/adsk/3.2o.AIMS/Web/src/mapadmin/resizableadmin.php
===================================================================
--- sandbox/adsk/3.2o.AIMS/Web/src/mapadmin/resizableadmin.php	2017-04-18 16:18:26 UTC (rev 9148)
+++ sandbox/adsk/3.2o.AIMS/Web/src/mapadmin/resizableadmin.php	2017-04-19 01:46:23 UTC (rev 9149)
@@ -17,7 +17,7 @@
 //  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
 
-    define( 'SITE_ADMINISTRATOR_VERSION', "3.1.0.0" );
+    define( 'SITE_ADMINISTRATOR_VERSION', "3.2" );
 
     define( 'APP_TITLE',        "MapGuide Site Administrator" );
     define( 'APP_LOGO',         "" );
@@ -28,7 +28,7 @@
 
     define( 'SERVER_TITLE',     "MapGuide Server" );
 
-    define( 'ABOUT_TEXT',       '<br>This product is made available subject to the terms of GNU Lesser General Public License Version 2.1 ("LGPL").  A copy of the LGPL, as well as additional copyright notices and license terms applicable to portions of this product are set forth in the <a href="license.htm">license</a> file.<br><br>All trademarks and registered trademarks mentioned herein are the property of their respective owners.<br><br>Copyright 2006-2011 by Autodesk, Inc.<br>' );
+    define( 'ABOUT_TEXT',       '<br>This product is made available subject to the terms of GNU Lesser General Public License Version 2.1 ("LGPL").  A copy of the LGPL, as well as additional copyright notices and license terms applicable to portions of this product are set forth in the <a href="license.htm">license</a> file.<br><br>All trademarks and registered trademarks mentioned herein are the property of their respective owners.<br><br>Copyright 2017 by Autodesk, Inc.<br>' );
 
     require_once 'msgs.php';
     require_once 'serverdatafunctions.php';



More information about the mapguide-commits mailing list