Project

General

Profile

« Previous | Next » 

Revision c7f78649

Added by Scott Ullrich about 16 years ago

Add missing )

View differences:

usr/local/www/diag_logs_ipsec.php
68 68
		touch($ipsec_logfile);
69 69
	} else {
70 70
		exec("killall syslogd");
71
		if(file_exists("{$ipsec_logfile}")
71
		if(file_exists("{$ipsec_logfile}"))
72 72
			unlink("{$ipsec_logfile}");
73 73
		exec("/usr/sbin/fifolog_create -s 511488 {$ipsec_logfile}");
74 74
		system_syslogd_start();

Also available in: Unified diff