Project

General

Profile

« Previous | Next » 

Revision 37c71b53

Added by Scott Ullrich over 16 years ago

Add missing )

View differences:

usr/local/www/guiconfig.inc
752 752
	if(is_array($grepinvert))
753 753
		foreach($grepinvert as $agrep)
754 754
			$grepline .= " | grep -v \"$agrep\"";
755
	if(file_exists($logfile && filesize($logfile) == 0) {
755
	if(file_exists($logfile) && filesize($logfile) == 0) {
756 756
		$logarr = array("Log file started.");
757 757
	} else {
758 758
		if($config['system']['disablesyslogclog']) 

Also available in: Unified diff