Turn off default caching

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@61063 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2008-08-19 10:05:52 +00:00
parent aca28b981b
commit 23d6fb8952

View File

@ -259,7 +259,7 @@ class HTTP {
}
protected static $cache_age = 86400, $modification_date = null;
protected static $cache_age = 0, $modification_date = null;
protected static $etag = null;
/**