bd06fc7fbf
- Allows customization through .htaccess - No need to configure or reload a server when adding a site - Content negotiation
8 lines
292 B
PHP
8 lines
292 B
PHP
<form method="post">
|
|
<?php require ROOT_PATH . '/pg-view/ns/form.ns.php'; ?>
|
|
<label for="dname"><?= _('Delegation name') ?></label>
|
|
<br>
|
|
<input id="dname" placeholder="main.<?= PLACEHOLDER_DOMAIN ?>" name="dname" type="text">
|
|
<br>
|
|
<input type="submit" value="<?= _('Apply') ?>">
|
|
</form>
|