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