Missing Method in ElseController
Error: The action favicon.ico is not defined in controller ElseController
Error: Create ElseController::favicon.ico() in file: app/controllers/else_controller.php.
<?php
class ElseController extends AppController {
var $name = 'Else';
function favicon.ico() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp
