<?php
unset($_SESSION['ms']);
if ($_GET['home']) {
header("Location: $basehttp");exit();
} else {
// header("Location: $_SERVER[HTTP_REFERER]");exit();
header("Location: $basehttp/members/");exit();
}
?>