| Current Path : /home2/wtmwscom/public_html/ |
| Current File : /home2/wtmwscom/public_html/client-security.php |
<!DOCTYPE html>
<html>
<head><title>welcome to mindspace</title>
<script type="text/javascript">
//$( "#dialog" ).dialog({ autoOpen: false });
function setCookie(){
//$( "#dialog" ).dialog( "open" );
//$(".ui-dialog-titlebar-close").remove();
var pass=prompt("Incorrect Password \n Please Enter Correct Password ");
window.location="set_cookie.php?pass="+pass;
/* $.get("set_cookie.php",{'pass':pass},function(data,status){
if(data.invalid){
setCookie();
}
else{
alert('Logged In');
}
},"json");*/
}
</script>
<?php/* if(!isset($_COOKIE['auth'])) echo "<script> setCookie(); </script>"; */?>
</head>
<body>
<h1>Unauthorized Access</h1>
</body>
</html>