root/index.php

Revision ac9e61d6c5c620795a8fa07eb276c30275ec112a, 0.9 KB (checked in by Sebastian Felis <sebastian@phtagr.org>, 4 years ago)

git-svn-id:  https://svn.phtagr.org/phtagr/trunk@307 c01cf435-4f0c-0410-981c-aea1cd8e29bc

  • Property mode set to 100644
Line 
1<?php
2/* SVN FILE: $Id: index.php 4410 2007-02-02 13:31:21Z phpnut $ */
3/**
4 * PHP versions 4 and 5
5 *
6 * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
7 * Copyright 2005-2007, Cake Software Foundation, Inc.
8 *                                                              1785 E. Sahara Avenue, Suite 490-204
9 *                                                              Las Vegas, Nevada 89104
10 *
11 * Licensed under The MIT License
12 * Redistributions of files must retain the above copyright notice.
13 *
14 * @filesource
15 * @copyright           Copyright 2005-2007, Cake Software Foundation, Inc.
16 * @link                                http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
17 * @package                     cake
18 * @subpackage          cake.app
19 * @since                       CakePHP(tm) v 0.10.0.1076
20 * @version                     $Revision: 4410 $
21 * @modifiedby          $LastChangedBy: phpnut $
22 * @lastmodified        $Date: 2007-02-02 14:31:21 +0100 (Fri, 02 Feb 2007) $
23 * @license                     http://www.opensource.org/licenses/mit-license.php The MIT License
24 */
25require 'webroot' . DIRECTORY_SEPARATOR . 'index.php';
26?>
Note: See TracBrowser for help on using the browser.