saving php5 version

This commit is contained in:
Hausmeister 2017-10-31 19:16:46 +01:00
commit c2c1ee7b9b
46 changed files with 817 additions and 0 deletions

11
login.php Executable file
View 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>
';
?>