source: trunk/app/index.php @ 2702

Revision 2702, 642 bytes checked in by aarkerio, 7 months ago (diff)

Cakephp 2.0

Line 
1<?php
2/**
3 * PHP 5
4 *
5 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
6 * Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
7 *
8 * Licensed under The MIT License
9 * Redistributions of files must retain the above copyright notice.
10 *
11 * @copyright     Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
12 * @link          http://cakephp.org CakePHP(tm) Project
13 * @package       app
14 * @since         CakePHP(tm) v 0.10.0.1076
15 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
16 */
17require 'webroot' . DIRECTORY_SEPARATOR . 'index.php';
Note: See TracBrowser for help on using the repository browser.