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