Fix closing parenthesis on prop method

master
Daniel Berteaud 7 years ago
parent fd8f348ce1
commit 0718fc8b4a
  1. 2
      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";

Loading…
Cancel
Save