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