Add AVG Updates to Updxlrator

This commit is contained in:
Arne Fitzenreiter
2008-05-02 23:44:55 +02:00
parent 6765511505
commit 4ae86474bd
4 changed files with 19 additions and 0 deletions

View File

@@ -154,6 +154,16 @@ while (<>) {
{
$from_local_cache = &cache_access($dsturl,$hostaddr,$username,"Apple");
}
# -----------------------------------------------------------
# Section: AVG Downloads
# -----------------------------------------------------------
if ($dsturl =~ m@^http://[^/]*\.(grisoft|avg)\.com/.*\.(bin)$@i)
{
$from_local_cache = &cache_access($dsturl,$hostaddr,$username,"AVG");
}
# -----------------------------------------------------------
# Section: Kaspersky Downloads