Projekt

Obecné

Profil

Stáhnout (974 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 6daefa8c Petr Lukašík
<?php
2
/* SVN FILE: $Id: config.php 5144 2007-05-21 04:46:30Z 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: 5144 $
23
 * @modifiedby		$LastChangedBy: phpnut $
24
 * @lastmodified	$Date: 2007-05-20 23:46:30 -0500 (Sun, 20 May 2007) $
25
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
26
 */
27
$config['Cake.version'] = '1.1.15.5144';
28
?>