Exemplo n.º 1
0
<?php

include_once 'procedures.php';
logOff();
echo '<meta http-equiv="refresh" content="0; url=index.php">';
exit;
Exemplo n.º 2
0
function actionLogOff($mysqli)
{
    return logOff($mysqli);
}
Exemplo n.º 3
0
function exit_action()
{
    logOff();
}