11 lines
320 B
PHP
Executable file
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>
|
|
';
|
|
?>
|