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