Missing Method in UsuariosController
Error: The action img is not defined in controller UsuariosController
Error: Create UsuariosController::img() in file: anganamatik.finnend.com/controllers/usuarios_controller.php.
<?php
class UsuariosController extends AppController {
var $name = 'Usuarios';
function img() {
}
}
?>
Notice: If you want to customize this error message, create anganamatik.finnend.com/views/errors/missing_action.ctp
Missing Action
