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






























