ActionCam

Missing Controller

Error: O-nasController could not be found.

Error: Create the class O-nasController below in file: app/controllers/o-nas_controller.php

<?php
class O-nasController extends AppController {

	var $name = 'O-nas';
}
?>

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


12345678910111213141516