Version 1.8
This commit is contained in:
parent
aea537909a
commit
5f81f76b17
184 changed files with 78335 additions and 736 deletions
|
|
@ -4,6 +4,12 @@ if(!defined('INDEX')) { header('Location: ../'); exit; }
|
|||
$sess->values['connected'] = FALSE;
|
||||
$sess->close();
|
||||
|
||||
header('Location: ./');
|
||||
exit;
|
||||
if (!empty($HB_login)) {
|
||||
header('Location: '.$_SERVER["REQUEST_URI"]);
|
||||
exit;
|
||||
}
|
||||
else {
|
||||
header('Location: ./');
|
||||
exit;
|
||||
}
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue