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