]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
no memcached queue handler
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 25 Jun 2009 01:02:17 +0000 (18:02 -0700)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 25 Jun 2009 01:02:17 +0000 (18:02 -0700)
scripts/getvaliddaemons.php

index 198ea8fb9ab36eaad343557dee0bb899272bd7f6..97c230784f73e5be9897bfc536583a6cdd97c900 100755 (executable)
@@ -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 ";
 }