fix php apc

This commit is contained in:
qgarnier 2017-08-07 17:08:38 +02:00
parent 404d9b4f58
commit a877ccd978
1 changed files with 1 additions and 2 deletions

View File

@ -228,8 +228,7 @@ sub check_options {
sub manage_selection {
my ($self, %options) = @_;
#my $webcontent = $self->{http}->request();
my $webcontent = 'plop';
my $webcontent = $self->{http}->request();
$self->{fcache} = {};
$self->{fcache}->{hits} = $webcontent =~ /File Cache Information.*?Hits.*?(\d+)/msi ? $1 : undef;