00001 <?php 00002 /* SVN FILE: $Id: config.php 8284 2009-08-03 20:53:50Z gwoo $ */ 00003 /** 00004 * Core Configurations. 00005 * 00006 * PHP versions 4 and 5 00007 * 00008 * CakePHP(tm) : Rapid Development Framework (http://www.cakephp.org) 00009 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org) 00010 * 00011 * Licensed under The MIT License 00012 * Redistributions of files must retain the above copyright notice. 00013 * 00014 * @filesource 00015 * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org) 00016 * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project 00017 * @package cake 00018 * @subpackage cake.app.config 00019 * @since CakePHP(tm) v 1.1.11.4062 00020 * @version $Revision: 8284 $ 00021 * @modifiedby $LastChangedBy: gwoo $ 00022 * @lastmodified $Date: 2009-08-03 16:53:50 -0400 (Mon, 03 Aug 2009) $ 00023 * @license http://www.opensource.org/licenses/mit-license.php The MIT License 00024 */ 00025 return $config['Cake.version'] = '1.2.4.8284'; 00026 ?>
1.4.7