PageRenderTime 45ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/index.php

https://github.com/felixding/LonelyThinker
PHP | 24 lines | 3 code | 0 blank | 21 comment | 0 complexity | ea6dfe6091e520ebba30e2c9d0cc8e1f MD5 | raw file
Possible License(s): GPL-2.0
  1. <?php
  2. /* SVN FILE: $Id: index.php 1 2009-04-16 13:02:44Z $ */
  3. /**
  4. * PHP versions 4 and 5
  5. *
  6. * CakePHP(tm) : Rapid Development Framework (http://www.cakephp.org)
  7. * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
  8. *
  9. * Licensed under The MIT License
  10. * Redistributions of files must retain the above copyright notice.
  11. *
  12. * @filesource
  13. * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
  14. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
  15. * @package cake
  16. * @subpackage cake.app
  17. * @since CakePHP(tm) v 0.10.0.1076
  18. * @version $Revision: 1 $
  19. * @modifiedby $LastChangedBy: $
  20. * @lastmodified $Date: 2009-04-16 21:02:44 +0800 (四, 16 4 2009) $
  21. * @license http://www.opensource.org/licenses/mit-license.php The MIT License
  22. */
  23. require 'webroot' . DIRECTORY_SEPARATOR . 'index.php';
  24. ?>