From 9aebf142996b7eeb6c28c98021bafd76d7147e7d Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Wed, 4 Dec 2013 11:43:57 +0100 Subject: [PATCH] started rate monitor --- xml-db/get.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xml-db/get.pl b/xml-db/get.pl index 5c8d00e..9b55be6 100755 --- a/xml-db/get.pl +++ b/xml-db/get.pl @@ -79,7 +79,8 @@ foreach my $req (@request) { my $isColor = $style =~ /color/i; my $sortAddr = $style =~ /sortaddr/i; $verbose = ($style =~ /verbose/i) ||$verbose; - + my $rates = $style =~ /rates/i; + my $cache = $style =~ /cache/i; ############################### -- 2.43.0