<?php
session_start();
if ($_POST["pass"] == "755275") {
	$_SESSION["auth"] = "yes";
}
?>
		<script type="text/javascript">
		setTimeout("location.href ='index.htm';", 100);
		</script>
