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