index.php 901 B

123456789101112131415161718192021222324
  1. <?php
  2. /**
  3. * Requests collector.
  4. *
  5. * This file collects requests if:
  6. * - no mod_rewrite is available or .htaccess files are not supported
  7. * - requires App.baseUrl to be uncommented in App/Config/app.php
  8. * - App/webroot is not set as a document root.
  9. *
  10. * PHP 5
  11. *
  12. * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
  13. * Copyright (c), Cake Software Foundation, Inc. (http://cakefoundation.org)
  14. *
  15. * Licensed under The MIT License
  16. * For full copyright and license information, please see the LICENSE.txt
  17. * Redistributions of files must retain the above copyright notice.
  18. *
  19. * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  20. * @link http://cakephp.org CakePHP(tm) Project
  21. * @since CakePHP(tm) v 0.2.9
  22. * @license http://www.opensource.org/licenses/mit-license.php MIT License
  23. */
  24. require 'App/webroot/index.php';