]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
DDNS: Sort providers alphabetically.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 15 Oct 2013 09:50:48 +0000 (11:50 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 15 Oct 2013 09:50:48 +0000 (11:50 +0200)
html/cgi-bin/ddns.cgi

index 553d5d7c6272e54926fe0061f30066ea5f25db1e..ae4de6cd55380aeaccfefdae5251e0f4a30ba2c9 100644 (file)
@@ -352,8 +352,8 @@ print <<END
     <option $checked{'SERVICE'}{'selfhost.de'}>selfhost.de</option>
     <option $checked{'SERVICE'}{'strato.com'}>strato.com</option>
 <!--    <option $checked{'SERVICE'}{'tzo.com'}>tzo.com</option>        comment this service out until a working fix is developed -->
-    <option $checked{'SERVICE'}{'zoneedit.com'}>zoneedit.com</option>
     <option $checked{'SERVICE'}{'udmedia.de'}>udmedia.de</option>
+    <option $checked{'SERVICE'}{'zoneedit.com'}>zoneedit.com</option>
     </select></td>
     <td width='20%' class='base'>$Lang::tr{'hostname'}:&nbsp;<img src='/blob.gif' alt='*' /></td>
     <td width='30%'><input type='text' name='HOSTNAME' value='$settings{'HOSTNAME'}' /></td>