saving php5 version
This commit is contained in:
commit
c2c1ee7b9b
46 changed files with 817 additions and 0 deletions
11
login.php
Executable file
11
login.php
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
<?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>
|
||||
';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue