]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove static definition of imdaemon.php as valid daemon.
authorJean Baptiste Favre <statusnet@jbfavre.org>
Sun, 26 Aug 2012 20:53:09 +0000 (22:53 +0200)
committerJean Baptiste Favre <statusnet@jbfavre.org>
Sat, 15 Jun 2013 16:59:17 +0000 (18:59 +0200)
scripts/getvaliddaemons.php

index 80c21bce581c3c0dcb65cc60b52f0985e4ef329c..78cbba8c079fbe3a1f01a05602a7eb99d0c9bc48 100755 (executable)
@@ -39,8 +39,6 @@ $daemons = array();
 
 $daemons[] = INSTALLDIR.'/scripts/queuedaemon.php';
 
-$daemons[] = INSTALLDIR.'/scripts/imdaemon.php';
-
 if (Event::handle('GetValidDaemons', array(&$daemons))) {
     foreach ($daemons as $daemon) {
         print $daemon . ' ';