source: Dev/branches/cakephp/app/index.php @ 126

Last change on this file since 126 was 126, checked in by fpvanagthoven, 14 years ago

Cakephp branch.

File size: 685 bytes
Line 
1<?php
2/**
3 * PHP versions 4 and 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       cake
14 * @subpackage    cake.app
15 * @since         CakePHP(tm) v 0.10.0.1076
16 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
17 */
18require 'webroot' . DIRECTORY_SEPARATOR . 'index.php';
Note: See TracBrowser for help on using the repository browser.