Remove static definition of imdaemon.php as valid daemon.
This commit is contained in:
parent
b8a69d023b
commit
f175512748
|
@ -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 . ' ';
|
||||
|
|
Loading…
Reference in New Issue
Block a user