From 7be8383480cdc5ba1da30e8cb9724d6e3040463e Mon Sep 17 00:00:00 2001 From: akulikov Date: Wed, 18 Mar 2009 13:07:17 +0000 Subject: [PATCH] new bot restriction (by activity), autobid limit git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/trunk@66 4cb57b5f-5bbd-dd11-951b-001d605cbbc5 --- classes/Cache.class.php | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/classes/Cache.class.php b/classes/Cache.class.php index 77f7810..4770abe 100644 --- a/classes/Cache.class.php +++ b/classes/Cache.class.php @@ -1,13 +1,13 @@ cache_file); } + function reset() + { + @unlink($this->cache_file); + } + /** * Проверяет, закешированы ли данные с таким именем *