bzr branch
http://gegoxaren.bato24.eu/bzr/booka/newlayout
1 2 3 4 5 6 7 8 9 |
<form id="Register" method="POST" action="./firstrun.php" > Sitename : <input name="sitename" /> <br /> <!-- is this realy needed? --> <hr/> Admin Name: <input name="Name" /><br /> password: <input type="password" name="password" /> <br \> password again: <input type="password" name="password2" \> <br \> <input type="submit" name="submit" title="submit" \> </form> |