TRACK USER ACTIONS
swal(
{
title: "You do not have enough privileges. Please contact admin.",
type: "warning",
background: "rgba(255,255,255,0.89)",
allowOutsideClick: false,
onOpen: function () {
//do something
}
}).then(function () {
window.location="index.html";
});
';
}
pg_close($conn);
?>