Project

General

Profile

« Previous | Next » 

Revision 52ec5df8

Added by Jim Pingle about 13 years ago

Don't display a "mobile" user without a username.

View differences:

etc/inc/ipsec.inc
520 520
			$user['remote'] = $linea[2];
521 521
			$user['logintime'] = $linea[3];
522 522
			$user['spi'] = $linea[4];
523
			$mobile[] = $user;
523
			if (!empty($user['username']))
524
				$mobile[] = $user;
524 525
		}
525 526
		pclose($fd);
526 527
	}

Also available in: Unified diff