12 lines
403 B
PHP
12 lines
403 B
PHP
<?php declare(strict_types=1); ?>
|
|
<form method="post">
|
|
<?php require ROOT_PATH . '/pg-view/reg/select-action.inc.php'; ?>
|
|
<br>
|
|
<?php require ROOT_PATH . '/pg-view/reg/select-domain.inc.php'; ?>
|
|
<br>
|
|
<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>
|