Small fix that should enable the serverside cache and clientside cache to cooperate (instead of only the serverside cache).

svn path=/trunk/boinc/; revision=9232
This commit is contained in:
Janus B. Kristensen 2006-01-14 23:48:30 +00:00
parent 2d3e4550d6
commit 705410fc04
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ function start_cache($max_age, $params=""){
if ($no_cache) return;
$path = get_path($params);
$lastmodified = @filemtime($path);
cache_check_diskspace(); //Check free disk space once in a while
if ($max_age) {