Sovigall/inc/install.php

14 lines
520 B
PHP
Raw Normal View History

2013-07-12 17:25:57 +02:00
<form action="index.php" method="post">
<fieldset>
<legend>Install</legend>
<label>Login</label>
<input type="text" name="loginName" required/>
<label>Password</label>
<input type="password" name="loginPass" required/>
<label>Password (verification)</label>
<input type="password" name="passwordVerif" required/>
<input type="hidden" name="install" value="install"/>
2013-08-01 14:08:43 +02:00
<input type="hidden" name="token" value="<?php echo $token; ?>"/>
2013-07-12 17:25:57 +02:00
<input type="submit" />
</fieldset>
</form>