Missing Controller

Error: WebController could not be found.

Error: Create the class WebController below in file: app/controllers/web_controller.php

<?php
class WebController extends AppController {

	var $name = 'Web';
}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp

TOPO