Exemple #1
0
 function logout()
 {
     $centinela = new Centinela(FALSE);
     $centinela->logout();
     redirect("usuarios/index/log_off");
 }