]> git.mxchange.org Git - friendica.git/blobdiff - include/pidfile.php
Merge remote-tracking branch 'upstream/develop' into 1705-some-more-dba
[friendica.git] / include / pidfile.php
index 3093e149aeb869acc2c35ca0a49e9087642e7cb6..dda6b3e9c130827c3469e5ef650bd15177bdb7bf 100644 (file)
@@ -38,4 +38,3 @@ class pidfile {
                        return(posix_kill(file_get_contents($this->_file), SIGTERM));
        }
 }
-?>