mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Added the require to dispatcher in skel to cake bake.
This commit is contained in:
parent
2d9d4547f4
commit
5674ac4cf8
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@
|
||||||
if (isset($_GET['url']) && $_GET['url'] === 'favicon.ico') {
|
if (isset($_GET['url']) && $_GET['url'] === 'favicon.ico') {
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
|
require CAKE . 'dispatcher.php';
|
||||||
$Dispatcher = new Dispatcher();
|
$Dispatcher = new Dispatcher();
|
||||||
$Dispatcher->dispatch();
|
$Dispatcher->dispatch();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue