X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=application%2Ffeed%2FCachedPage.php;fp=application%2FCachedPage.php;h=d809bdd962ca901c54536309d17068652ff5f3bd;hb=ff3b5dc5542ec150f0d9b447394364a15e9156d0;hp=e11cc52d01e3aeac07142c476d76e35bf7b88229;hpb=1826e383ecf501302974132fd443cf1ca06e10f6;p=github%2Fshaarli%2FShaarli.git diff --git a/application/CachedPage.php b/application/feed/CachedPage.php similarity index 93% rename from application/CachedPage.php rename to application/feed/CachedPage.php index e11cc52d..d809bdd9 100644 --- a/application/CachedPage.php +++ b/application/feed/CachedPage.php @@ -1,4 +1,7 @@ cacheDir = $cacheDir; - $this->filename = $this->cacheDir.'/'.sha1($url).'.cache'; + $this->filename = $this->cacheDir . '/' . sha1($url) . '.cache'; $this->shouldBeCached = $shouldBeCached; }