]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
strip script ending from end of xmppdaemon
authorEvan Prodromou <evan@prodromou.name>
Fri, 29 Aug 2008 20:26:13 +0000 (16:26 -0400)
committerEvan Prodromou <evan@prodromou.name>
Fri, 29 Aug 2008 20:26:13 +0000 (16:26 -0400)
darcs-hash:20080829202613-84dde-58f58a315ea0093c5b029b01492fd71d2fed014c.gz

scripts/xmppdaemon.php

index 153ab5149e174718720558afa824b337514576da..ed523cd814c75e3c2ec72efdff5826e28ac360df 100755 (executable)
@@ -266,5 +266,3 @@ $daemon = new XMPPDaemon($resource);
 if ($daemon->connect()) {
        $daemon->handle();
 }
-
-?>