Project

General

Profile

« Previous | Next » 

Revision 6c07db48

Added by Phil Davis about 10 years ago

Code spacing

and other random stuff I noticed.
I think this finishes messing with code style. The codebase should match
the developer style guide closely enough that 99.9% of changes will not
feel the need to also massage the formatting.

View differences:

usr/local/www/services_dhcpv6.php
157 157
	$pconfig = $_POST;
158 158

  
159 159
	$numberoptions = array();
160
	for ($x=0; $x<99; $x++) {
160
	for ($x = 0; $x < 99; $x++) {
161 161
		if (isset($_POST["number{$x}"]) && ctype_digit($_POST["number{$x}"])) {
162 162
			$numbervalue = array();
163 163
			$numbervalue['number'] = htmlspecialchars($_POST["number{$x}"]);

Also available in: Unified diff