[ Index ] |
|
Code source de Zen Cart E-Commerce Shopping Cart 1.3.7.1 |
1 <?php 2 /** 3 * version.php 4 * Defines the project version details 5 * Specifies what version the PHP fileset relates to. 6 * Also declares what version the database "should" reflect if properly maintained and kept in sync. 7 * 8 * @package general 9 * @copyright Copyright 2003-2007 Zen Cart Development Team 10 * @copyright Portions Copyright 2003 osCommerce 11 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 12 * @version $Id: version.php 6538 2007-06-26 03:11:09Z drbyte $ 13 * @private 14 */ 15 16 define('PROJECT_VERSION_NAME', 'Zen Cart'); 17 define('PROJECT_VERSION_MAJOR', '1'); 18 define('PROJECT_VERSION_MINOR', '3.7.1'); 19 define('PROJECT_VERSION_PATCH1', ''); 20 define('PROJECT_VERSION_PATCH2', ''); 21 define('PROJECT_VERSION_PATCH1_SOURCE', ''); 22 define('PROJECT_VERSION_PATCH2_SOURCE', ''); 23 define('NEW_VERSION_CHECKUP_URL','http://ping.zen-cart.com/version_id.txt'); 24 define('EXPECTED_DATABASE_VERSION_MAJOR', '1'); 25 define('EXPECTED_DATABASE_VERSION_MINOR', '3.7'); 26 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 16:45:43 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |