Просмотр файла auth.php

Размер файла: 423B
<?
error_reporting(0); 
include "config.php";
include "header.php";
echo "<form action=\"index.php?name=$name&pass=$pass&infa=privetstvie\" method=\"post\">
Логин<br/>
<input type=\"text\" name=\"name\" maxlength=\"32\" value=\"$name\"/>
<br/>
Пароль<br/>
<input type=\"text\" name=\"pass\" maxlength=\"32\" value=\"$pass\"/>
<br/>
<input type=\"submit\" value=\"войти\"/>
</form>
<br/>";
echo "$bottom";
?>