X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fpidfile.php;h=dda6b3e9c130827c3469e5ef650bd15177bdb7bf;hb=e884090efa4d0934a02e6844c97bbf54cdcc9c13;hp=3093e149aeb869acc2c35ca0a49e9087642e7cb6;hpb=9ab5bfb5074ddba22777c3b043bb539a473288a5;p=friendica.git diff --git a/include/pidfile.php b/include/pidfile.php index 3093e149ae..dda6b3e9c1 100644 --- a/include/pidfile.php +++ b/include/pidfile.php @@ -38,4 +38,3 @@ class pidfile { return(posix_kill(file_get_contents($this->_file), SIGTERM)); } } -?>