poker/login.php
2017-10-31 19:16:46 +01:00

11 lines
320 B
PHP
Executable file

<?php
$BODY.='
<center><br><br><br><br>
<form action="index.php?to_do=login" method="post">
<input type="text" name="login"><br>
<input type="password" name="password"><br>
<input type="submit" value="login">
</form>
</center>
';
?>