fix the fix
This commit is contained in:
@@ -991,7 +991,7 @@ class apache
|
|||||||
&& isset($row_diroptions['options_cgi'])
|
&& isset($row_diroptions['options_cgi'])
|
||||||
&& $row_diroptions['options_cgi'] == '1')
|
&& $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 {
|
} else {
|
||||||
$this->diroptions_data[$diroptions_filename].= "\n";
|
$this->diroptions_data[$diroptions_filename].= "\n";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user