| 1 |
lars |
1 |
<?php
|
|
|
2 |
/* SVN FILE: $Id: index.php 7945 2008-12-19 02:16:01Z gwoo $ */
|
|
|
3 |
/**
|
|
|
4 |
* PHP versions 4 and 5
|
|
|
5 |
*
|
|
|
6 |
* CakePHP(tm) : Rapid Development Framework (http://www.cakephp.org)
|
|
|
7 |
* Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
|
|
|
8 |
*
|
|
|
9 |
* Licensed under The MIT License
|
|
|
10 |
* Redistributions of files must retain the above copyright notice.
|
|
|
11 |
*
|
|
|
12 |
* @filesource
|
|
|
13 |
* @copyright Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
|
|
|
14 |
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
|
|
|
15 |
* @package cake
|
|
|
16 |
* @subpackage cake.app
|
|
|
17 |
* @since CakePHP(tm) v 0.10.0.1076
|
|
|
18 |
* @version $Revision: 7945 $
|
|
|
19 |
* @modifiedby $LastChangedBy: gwoo $
|
|
|
20 |
* @lastmodified $Date: 2008-12-18 18:16:01 -0800 (Thu, 18 Dec 2008) $
|
|
|
21 |
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
|
|
22 |
*/
|
|
|
23 |
require 'webroot' . DIRECTORY_SEPARATOR . 'index.php';
|
|
|
24 |
?>
|