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