cakephp2-php8/cake/config/config.php

21 lines
712 B
PHP
Raw Normal View History

<?php
/**
* Core Configurations.
*
* PHP versions 4 and 5
*
2009-05-01 18:17:53 +00:00
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
2010-01-26 19:18:20 +00:00
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
2010-01-26 19:18:20 +00:00
* @copyright Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package cake
* @subpackage cake.app.config
* @since CakePHP(tm) v 1.1.11.4062
2009-05-01 18:17:53 +00:00
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
2010-04-13 02:27:18 +00:00
return $config['Cake.version'] = '1.3.0-RC4';
?>