Projet

Général

Profil

« Précédent | Suivant » 

Révision 905bafa1

Ajouté par Colin Fleming il y a presque 10 ans

Tidy up "services_dhcp_relay" XHTML

Move closing BODY and closing HTML tags after the PHP FEND.INC statement

Voir les différences:

usr/local/www/services_dhcpv6_relay.php
137 137
<?php 
138 138
	if ($dhcpd_enabled) {
139 139
		echo "<td>DHCPv6 Server is currently enabled.  Cannot enable the DHCPv6 Relay service while the DHCPv6 Server is enabled on any interface.";
140
			echo "</td></tr></table></div></td></tr></table></form></body>";
141
			echo "</html>";
140
			echo "</td></tr></table></div></td></tr></table></form>";
142 141
			include("fend.inc"); 
142
			echo "</body></html>";
143 143
			exit;
144 144
		}
145 145
?>

Formats disponibles : Unified diff