setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
} catch(PDOException $e) {
header("Location:setdb.php");
}
?>
Anubis 8.0 Dashboard
window.location.replace('login.php');";
//header('Location: login.php');
exit;
}else{
// header("Location:?cont=bots&page=1");
echo "";
}
if($id == null) echo "";//header("Location:?cont=bots&page=1");
?>