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