diff --git a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/68FastCGIConfig b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/68FastCGIConfig index 9b2e114..641810a 100644 --- a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/68FastCGIConfig +++ b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/68FastCGIConfig @@ -30,7 +30,7 @@ _EOF $OUT .= "# Shared Folders\n"; foreach my $share ($a->get_all_by_prop(type => 'share')){ - next if ($share->prop('DynamicContent' || 'disabled') ne 'enabled'); + next if (($share->prop('DynamicContent') || 'disabled') ne 'enabled'); my $key = $share->key; my $ver = $share->prop('PHPVersion') || ''; my $socket = "php$ver-$key.sock";