Skip to content

Commit

Permalink
Added the require to dispatcher in skel to cake bake.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbasso committed Oct 30, 2010
1 parent 2d9d454 commit 5674ac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cake/console/templates/skel/webroot/index.php
Expand Up @@ -79,6 +79,7 @@
if (isset($_GET['url']) && $_GET['url'] === 'favicon.ico') {
return;
} else {
require CAKE . 'dispatcher.php';
$Dispatcher = new Dispatcher();
$Dispatcher->dispatch();
}

0 comments on commit 5674ac4

Please sign in to comment.