mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
9 lines
204 B
PHP
9 lines
204 B
PHP
<?php
|
|
/**
|
|
* PHP 5
|
|
*
|
|
* @link http://cakephp.org CakePHP(tm) Project
|
|
* @package app
|
|
* @since CakePHP(tm) v 0.10.0.1076
|
|
*/
|
|
require 'webroot' . DIRECTORY_SEPARATOR . 'index.php';
|