9 lines
312 B
PHP
9 lines
312 B
PHP
<?php declare(strict_types=1); ?>
|
|
<form method="post">
|
|
<?php require ROOT_PATH . '/pg-view/ns/form.ns.php'; ?>
|
|
<label for="ns"><?= _('Name server') ?></label>
|
|
<br>
|
|
<input id="ns" placeholder="ns1.<?= PLACEHOLDER_DOMAIN ?>" name="ns" type="text">
|
|
<br>
|
|
<input type="submit" value="<?= _('Apply') ?>">
|
|
</form>
|