servnest/pg-act/reg/ns.php
2023-07-31 01:13:06 +02:00

12 lines
257 B
PHP

<?php declare(strict_types=1);
regCheckDomainPossession($_POST['domain']);
rateLimit();
knotcZoneExec(regParseDomain($_POST['domain'])['suffix'], regParseRecord($_POST['domain'], [
'type' => 'NS',
...$_POST,
]));
output(200, _('Modification done.'));