Fixed Backup CGI

Removed Kaspersky from Update Booster


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1006 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
maniacikarus
2007-10-27 12:51:42 +00:00
parent 2231d10715
commit 98ab7f505a
3 changed files with 46 additions and 12 deletions

View File

@@ -156,13 +156,14 @@ while (<>) {
}
# -----------------------------------------------------------
# Section: Kaspersky Downloads
# Section: Kaspersky Downloads
# not working properly
# -----------------------------------------------------------
if ($dsturl =~ m@^http://dnl-.*\.kaspersky-labs\.com\/(diffs|bases|AutoPatches).*$@i)
{
$from_local_cache = &cache_access($dsturl,$hostaddr,$username,"Kaspersky");
}
#if ($dsturl =~ m@^http://dnl-.*\.kaspersky-labs\.com\/(diffs|bases|AutoPatches).*$@i)
#{
#$from_local_cache = &cache_access($dsturl,$hostaddr,$username,"Kaspersky");
#}
# -----------------------------------------------------------