From: Evan Prodromou Date: Thu, 25 Jun 2009 01:02:17 +0000 (-0700) Subject: no memcached queue handler X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5f1b97e2add1b525401deef290ba29937135d073;p=quix0rs-gnu-social.git no memcached queue handler --- diff --git a/scripts/getvaliddaemons.php b/scripts/getvaliddaemons.php index 198ea8fb9a..97c230784f 100755 --- a/scripts/getvaliddaemons.php +++ b/scripts/getvaliddaemons.php @@ -38,9 +38,6 @@ if(common_config('xmpp','enabled')) { echo "xmppdaemon.php jabberqueuehandler.php publicqueuehandler.php "; echo "xmppconfirmhandler.php "; } -if(common_config('memcached','enabled')) { - echo "memcachedqueuehandler.php "; -} if(common_config('twitterbridge','enabled')) { echo "twitterstatusfetcher.php "; }