Skip to content

Commit

Permalink
Fix PHP-FPM menu link #32
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Jun 10, 2022
1 parent 4aacf3e commit c7e6e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtual_feature.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ sub feature_links
}
elsif ($mode eq "fpm") {
# Link to edit FPM configs with PHP settings
my $conf = &virtual_server::get_php_fpm_config();
my $conf = &virtual_server::get_php_fpm_config($d);
if ($conf) {
my $file = $conf->{'dir'}."/".$d->{'id'}.".conf";
push(@rv, { 'mod' => 'phpini',
Expand Down

0 comments on commit c7e6e8b

Please sign in to comment.