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/services_proxyarp.php
44 44
	$pconfig = $_POST;
45 45

  
46 46
	$retval = 0;
47
	if (!file_exists($d_sysrebootreqd_path)) {
48
		config_lock();
49
		$retval = services_proxyarp_configure();
50
		config_unlock();
51
	}
47
	config_lock();
48
	$retval = services_proxyarp_configure();
49
	config_unlock();
52 50
	$savemsg = get_std_save_message($retval);
53 51

  
54 52
	if ($retval == 0) {

Also available in: Unified diff