Project

General

Profile

« Previous | Next » 

Revision 3851094f

Added by Scott Ullrich about 20 years ago

  • Drop kick reboots bye bye

View differences:

usr/local/www/vpn_pptp.php
112 112
		write_config();
113 113
		
114 114
		$retval = 0;
115
		if (!file_exists($d_sysrebootreqd_path)) {
116
			config_lock();
117
			$retval = vpn_pptpd_configure();
118
			config_unlock();
119
		}
115
		
116
		config_lock();
117
		$retval = vpn_pptpd_configure();
118
		config_unlock();
119
		
120 120
		$savemsg = get_std_save_message($retval);
121 121
	}
122 122
}

Also available in: Unified diff