mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
updating bootstrap and index
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5533 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
db9b9d0e1b
commit
bab2df65d0
2 changed files with 3 additions and 3 deletions
|
@ -37,13 +37,13 @@ if (!defined('PHP5')) {
|
|||
$TIME_START = getMicrotime();
|
||||
require CORE_PATH . 'cake' . DS . 'config' . DS . 'paths.php';
|
||||
require LIBS . 'object.php';
|
||||
require LIBS . 'inflector.php';
|
||||
require LIBS . 'configure.php';
|
||||
require APP_PATH . 'config' . DS . 'core.php';
|
||||
}
|
||||
require APP_PATH . 'config' . DS . 'core.php';
|
||||
require LIBS . 'cache.php';
|
||||
require LIBS . 'session.php';
|
||||
require LIBS . 'security.php';
|
||||
require LIBS . 'inflector.php';
|
||||
|
||||
if (isset($cakeCache)) {
|
||||
$cache = 'File';
|
||||
|
|
|
@ -53,9 +53,9 @@
|
|||
}
|
||||
require CORE_PATH . 'cake' . DS . 'basics.php';
|
||||
$TIME_START = getMicrotime();
|
||||
require APP_PATH . 'config' . DS . 'core.php';
|
||||
require CORE_PATH . 'cake' . DS . 'config' . DS . 'paths.php';
|
||||
require LIBS . 'object.php';
|
||||
require LIBS . 'inflector.php';
|
||||
require LIBS . 'configure.php';
|
||||
|
||||
$bootstrap = true;
|
||||
|
|
Loading…
Reference in a new issue