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_dhcp.php
195 195
	$pconfig = $_POST;
196 196

  
197 197
	$numberoptions = array();
198
	for ($x=0; $x<99; $x++) {
198
	for ($x = 0; $x < 99; $x++) {
199 199
		if (isset($_POST["number{$x}"]) && ctype_digit($_POST["number{$x}"])) {
200 200
			$numbervalue = array();
201 201
			$numbervalue['number'] = htmlspecialchars($_POST["number{$x}"]);

Also available in: Unified diff