Skip to content

Commit

Permalink
Remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Jun 12, 2022
1 parent d8da55f commit 6be2e55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions collectinfo.pl
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ package virtual_server;
if ($config{'php_session_age'}) {
foreach my $d (grep { &domain_has_website($_) } &list_domains()) {
my @f = &cleanup_php_sessions($d, 0);
foreach my $f (@f) {
}
}
}

Expand Down

0 comments on commit 6be2e55

Please sign in to comment.