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_dhcp_relay.php
136 136
<?php
137 137
	if ($dhcpd_enabled) {
138 138
		echo "<td>DHCP Server is currently enabled. Cannot enable the DHCP Relay service while the DHCP Server is enabled on any interface.";
139
			echo "</td></tr></table></div></td></tr></table></form></body>";
140
			echo "</html>";
139
			echo "</td></tr></table></div></td></tr></table></form>";
141 140
			include("fend.inc"); 
141
			echo "</body></html>";
142 142
			exit;
143 143
		}
144 144
?>

Formats disponibles : Unified diff