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

Размер файла: 321B
<?php
include 'config.php';
include 'head.php';
include 'functions.php';
echo '<div class="form">';
echo 'Авторизация<br/>';
echo '<form action="index.php" method="get">
Пароль!<br/>
<input type="text" name="pass"/><br/>
<input type="submit" value="Продолжить"/></form>';
echo '</div>'.$end;
?>