Просмотр файла fnc/aut/enter.php

Размер файла: 252B
<?php
include"../../sys/fnc.php";
?>
<h3>Вход</h3>
Ник: <br>
<input id="login"> <br>
Пароль: <br>
<input type="password" id="password"> <br>

<button onClick="enter1()">Отправить</button> <br>

<?include"../sch2.php";?>