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