diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-24 18:02:17 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-24 18:02:17 -0700 |
commit | 5f1b97e2add1b525401deef290ba29937135d073 (patch) | |
tree | 291779f92e1825a49b8f04ae2863ec84dd3b4dd4 /scripts | |
parent | 936567394ff33d47d645de8071d5c249eb62fa78 (diff) |
no memcached queue handler
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/getvaliddaemons.php | 3 |
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 "; } |