Missing Controller
Error: StrikeforceController could not be found.
Error: Create the class StrikeforceController below in file: app/controllers/strikeforce_controller.php
<?php
class StrikeforceController extends AppController {
var $name = 'Strikeforce';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp

