]> git.mxchange.org Git - friendica-addons.git/blobdiff - diaspora/diasphp.php
RU translation diaspora addon THX Alexander An
[friendica-addons.git] / diaspora / diasphp.php
index 6ed0c8ce5319f87af36427ecff953f3cd64011b0..f48933a62115e32b85b636732bcdba06a2279c36 100644 (file)
@@ -11,7 +11,7 @@ class Diasphp {
                $this->token_regex = '/content="(.*?)" name="csrf-token/';
 
                $this->pod = $pod;
-               $this->cookiejar = tempnam(sys_get_temp_dir(), 'cookies');
+               $this->cookiejar = tempnam(get_temppath(), 'cookies');
        }
 
        function __destruct() {