]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/Tools.class.php
new design, pagination & more
[github/wallabag/wallabag.git] / inc / poche / Tools.class.php
index 7bc8830a5cdbb69eba3324d5b5856431027ab5ad..8b339ea57989f639df7c9bc17f1ee8ac40da92b3 100644 (file)
@@ -197,7 +197,7 @@ class Tools
     {
         if (DEBUG_POCHE) {
             $t = strval(date('Y/m/d_H:i:s')) . ' - ' . $_SERVER["REMOTE_ADDR"] . ' - ' . strval($message) . "\n";
-            file_put_contents('./log.txt', $t, FILE_APPEND);
+            file_put_contents(CACHE . '/log.txt', $t, FILE_APPEND);
         }
     }