Projet

Général

Profil

« Précédent | Suivant » 

Révision 56bd2035

Ajouté par jim-p il y a presque 10 ans

Fix syntax error

Voir les différences:

usr/local/www/guiconfig.inc
614 614
		$grepline .= " | /usr/bin/egrep -v " . escapeshellarg(implode("|", $grepinvert));
615 615
	if (is_dir($logfile)) {
616 616
		$logarr = array("File $logfile is a directory.");
617
	} elsif(file_exists($logfile) && filesize($logfile) == 0) {
617
	} elseif (file_exists($logfile) && filesize($logfile) == 0) {
618 618
		$logarr = array("Log file started.");
619 619
	} else {
620 620
		if($config['system']['disablesyslogclog']) {

Formats disponibles : Unified diff