|
@@ -24,6 +24,6 @@ if (processForm()) {
|
|
|
<form method="post">
|
|
|
<?php require "form.ns.php"; ?>
|
|
|
<label for="ip">Adresse IP</label><br>
|
|
|
- <input required="" pattern="^[a-f0-9:.]+$" id="ip" name="ip" minlength="7" maxlength="39" size="40" type="text" placeholder="<?= PLACEHOLDER_IPV6 ?> ou <?= PLACEHOLDER_IPV4 ?>"><br>
|
|
|
+ <input required="" pattern="^[a-f0-9:.]+$" id="ip" name="ip" minlength="2" maxlength="39" size="40" type="text" placeholder="<?= PLACEHOLDER_IPV6 ?> ou <?= PLACEHOLDER_IPV4 ?>"><br>
|
|
|
<input value="Valider" type="submit">
|
|
|
</form>
|