--- mambo/branches/4.6/installation/install2.php 2007/04/13 06:01:44 1037 +++ mambo/branches/4.6/installation/install2.php 2008/05/20 14:16:33 1715 @@ -5,13 +5,11 @@ * @author Mambo Foundation Inc see README.php * @copyright Mambo Foundation Inc. * See COPYRIGHT.php for copyright notices and details. -* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see -* LICENSE.php +* @license GNU/GPL Version 2, see LICENSE.php * Mambo is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License -* as published by the Free Software Foundation; version 2 of the -* License. -*/ +* as published by the Free Software Foundation; version 2 of the License. +*/ // Set flag that this is a parent file if (!defined('_VALID_MOS')) define( '_VALID_MOS', 1 ); @@ -36,9 +34,22 @@ $database = null; -$errors = array(); +$errors = array(); ?> + +"; +?> + + + +<?php echo T_('Mambo - Web Installer') ?> + + + + + + echo "
@@ -123,7 +134,8 @@
\n"; //echo ""; - echo ""; //this wasn't working + //echo ""; //this wasn't working + echo ""; exit(); } @@ -181,17 +193,7 @@ return($ret); } -$isErr = intval( count( $errors ) ); - -echo ""; -?> - - - -<?php echo T_('Mambo - Web Installer') ?> - - - +$isErr = intval( count( $errors ) ); ?>