Project

General

Profile

« Previous | Next » 

Revision 5b33809e

Added by Scott Ullrich almost 20 years ago

Minor style cleanups

View differences:

etc/inc/vpn.inc
87 87
function vpn_ipsec_configure($ipchg = false) {
88 88
	global $config, $g;
89 89

  
90

  
91 90
	if($g['booting'] == true) {
92 91
		/* deterimine if we should load the via padlock module */
93 92
		$dmesg_boot = file_get_contents("/var/log/dmesg.boot");
94 93
		if(stristr($dmesg_boot, "Padlock")) {		
95
		echo "[VIA Padlock] ";
96
		mwexec("/sbin/kldload padlock");
94
			echo "[VIA Padlock] ";
95
			mwexec("/sbin/kldload padlock");
97 96
		}
98 97
	}
99 98

  

Also available in: Unified diff