<? include("config.inc.php"); ?>
<body bgcolor="green">
<table align="center" width="200" bgcolor="#ffffff" style="border:2px solid #000000">
<tr>
<td align="center">
<?
if($FalsePassword){
echo "$FalsePassword";
}
?>
<form action="enter.php" method="post">
<input type="text" name="password" value="введити пароль"><br><br>
<input type=submit neme="submit" vaalue=Войти>
</form>
</td>
<tr>
</body>