X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=application%2Ffeed%2FCachedPage.php;fp=application%2FCachedPage.php;h=1c51ac7397569011a8914abecfc180bbb33b26bb;hb=dfc650aa239d3a2c028d0ba13132ce75b4f4c0b4;hp=e11cc52d01e3aeac07142c476d76e35bf7b88229;hpb=f3d2f257946e2a3c8791c1ba99b379acbe934fec;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..1c51ac73 100644 --- a/application/CachedPage.php +++ b/application/feed/CachedPage.php @@ -1,4 +1,6 @@ cacheDir = $cacheDir; - $this->filename = $this->cacheDir.'/'.sha1($url).'.cache'; + $this->filename = $this->cacheDir . '/' . sha1($url) . '.cache'; $this->shouldBeCached = $shouldBeCached; }