summaryrefslogtreecommitdiff
path: root/scripts/getvaliddaemons.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-06-24 18:02:17 -0700
committerEvan Prodromou <evan@controlyourself.ca>2009-06-24 18:02:17 -0700
commit5f1b97e2add1b525401deef290ba29937135d073 (patch)
tree291779f92e1825a49b8f04ae2863ec84dd3b4dd4 /scripts/getvaliddaemons.php
parent936567394ff33d47d645de8071d5c249eb62fa78 (diff)
no memcached queue handler
Diffstat (limited to 'scripts/getvaliddaemons.php')
-rwxr-xr-xscripts/getvaliddaemons.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/getvaliddaemons.php b/scripts/getvaliddaemons.php
index 198ea8fb9..97c230784 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 ";
}