X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fpidfile.php;h=dda6b3e9c130827c3469e5ef650bd15177bdb7bf;hb=c9ea18ce7499cc70b16e27050c118e1f5e03831c;hp=3093e149aeb869acc2c35ca0a49e9087642e7cb6;hpb=b6781f5e40eff8ddc714fb96207c0ddfa574d403;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)); } } -?>