cakephp2-php8/cake/config/config.php

20 lines
668 B
PHP
Raw Normal View History

<?php
/**
* Core Configurations.
*
2010-10-03 16:38:58 +00:00
* PHP 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.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-12-27 01:16:48 +00:00
return $config['Cake.version'] = '2.0.0-dev';