index.php 661 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * PHP 5
  4. *
  5. * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
  6. * Copyright 2005-2012, 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-2012, 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. */
  17. require 'webroot' . DIRECTORY_SEPARATOR . 'index.php';