Missing Method in SeguridadController

You are seeing this error because the action 02_proteccion.php is not defined in controller SeguridadController

If you want to customize this error message, create www.na-sa.com.ar/views/errors/missing_action.thtml.

Fatal: Confirm you have created the SeguridadController::02_proteccion.php() in file : www.na-sa.com.ar/controllers/seguridad_controller.php

<?php
class SeguridadController extends AppController {
   function 02_proteccion.php() {
   }

}
?>