Project

General

Profile

« Previous | Next » 

Revision 8ab1c5e2

Added by Ermal Luçi about 17 years ago

Fix shifted order. Somebody must have removed a service from here. I am still not sure if the first should be only dyndns or it should be dnsomatic as for values saved on configscp services_dyndns.php :/usr/local/www.

View differences:

usr/local/www/services_dyndns.php
82 82
				  </td>
83 83
                  <td class="listlr">
84 84
				  <?php
85
						$types = explode(",", "DNS-O-Matic DynDNS (dynamic),DynDNS (static),DynDNS (custom),DHS,DyNS,easyDNS,No-IP,ODS.org,ZoneEdit,ZoneEdit,Loopia,freeDNS");
86
						$vals = explode(" ", "dnsomatic dyndns dyndns-static dyndns-custom dhs dyns easydns noip ods zoneedit loopia freedns");				
85
						$types = explode(",", "DNS-O-Matic DynDNS (dynamic),DynDNS (static),DynDNS (custom),DHS,DyNS,easyDNS,No-IP,ODS.org,ZoneEdit,Loopia,freeDNS");
86
						$vals = explode(" ", "dnsomatic dyndns-static dyndns-custom dhs dyns easydns noip ods zoneedit loopia freedns");				
87 87
						$j = 0; for ($j = 0; $j < count($vals); $j++) 
88 88
                      				if ($vals[$j] == $dyndns['type']) { 
89 89
                      					echo htmlspecialchars($types[$j]);

Also available in: Unified diff