1
|
<?php
|
2
|
/* SVN FILE: $Id: config.php 4450 2007-02-05 05:18:05Z phpnut $ */
|
3
|
/**
|
4
|
* Core Configurations.
|
5
|
*
|
6
|
* PHP versions 4 and 5
|
7
|
*
|
8
|
* CakePHP(tm) : Rapid Development Framework <http://www.cakephp.org/>
|
9
|
* Copyright 2005-2007, Cake Software Foundation, Inc.
|
10
|
* 1785 E. Sahara Avenue, Suite 490-204
|
11
|
* Las Vegas, Nevada 89104
|
12
|
*
|
13
|
* Licensed under The MIT License
|
14
|
* Redistributions of files must retain the above copyright notice.
|
15
|
*
|
16
|
* @filesource
|
17
|
* @copyright Copyright 2005-2007, Cake Software Foundation, Inc.
|
18
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
|
19
|
* @package cake
|
20
|
* @subpackage cake.app.config
|
21
|
* @since CakePHP(tm) v 1.1.11.4062
|
22
|
* @version $Revision: 4450 $
|
23
|
* @modifiedby $LastChangedBy: phpnut $
|
24
|
* @lastmodified $Date: 2007-02-04 23:18:05 -0600 (Sun, 04 Feb 2007) $
|
25
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
26
|
*/
|
27
|
$config['Cake.version'] = '1.1.13.4450';
|
28
|
?>
|