mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Added No-IP and removed DynDns Statis and DynDns Custom temporarily. Removed EZ-IP, TZO, GnuDIP, and ODS.
This commit is contained in:
parent
03ba7a0f21
commit
46cedad6bc
@ -175,8 +175,10 @@ function enable_change(enable_change) {
|
||||
<td width="22%" valign="top" class="vncellreq">Service type</td>
|
||||
<td width="78%" class="vtable">
|
||||
<select name="type" class="formfld" id="type">
|
||||
<?php $types = explode(",", "DynDNS,DHS,ODS,DyNS,HN.ORG,ZoneEdit,GNUDip,DynDNS (static),DynDNS (custom),easyDNS,EZ-IP,TZO");
|
||||
$vals = explode(" ", "dyndns dhs ods dyns hn zoneedit gnudip dyndns-static dyndns-custom easydns ezip tzo");
|
||||
<?php #$types = explode(",", "DynDNS,DHS,ODS,DyNS,HN.ORG,ZoneEdit,GNUDip,DynDNS (static),DynDNS (custom),easyDNS,EZ-IP,TZO");
|
||||
#$vals = explode(" ", "dyndns dhs ods dyns hn zoneedit gnudip dyndns-static dyndns-custom easydns ezip tzo");
|
||||
$types = explode(",", "DynDNS,DHS,DyNS,HN.ORG,ZoneEdit,easyDNS,No-IP");
|
||||
$vals = explode(" ", "dyndns dhs dyns hn zoneedit easydns noip");
|
||||
$j = 0; for ($j = 0; $j < count($vals); $j++): ?>
|
||||
<option value="<?=$vals[$j];?>" <?php if ($vals[$j] == $pconfig['type']) echo "selected";?>>
|
||||
<?=htmlspecialchars($types[$j]);?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user