fix the fix

This commit is contained in:
Robert Förster (Dessa)
2011-04-01 11:27:28 +02:00
parent b0f3d09cb9
commit fc72d7ec32

View File

@@ -991,7 +991,7 @@ class apache
&& isset($row_diroptions['options_cgi'])
&& $row_diroptions['options_cgi'] == '1')
{
$this->diroptions_data[$diroptions_filename].= ' ExecCGI -MultiViews +SymLinksIfOwnerMatch +FollowSysLinks'."\n";
$this->diroptions_data[$diroptions_filename].= ' ExecCGI -MultiViews +SymLinksIfOwnerMatch +FollowSymLinks'."\n";
} else {
$this->diroptions_data[$diroptions_filename].= "\n";
}