function actualizar() { @session_start(); $rol = new Rol(); $rol->modify_role(); $this->listar(); //header('Location: module_list.php'); }