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