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