diff options
author | Zach Copley <zach@status.net> | 2009-10-20 16:32:30 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-10-20 16:32:30 -0700 |
commit | 78e5a5980a21c04cfdacb993ca3c37bf65d21783 (patch) | |
tree | 6d4ef5e8b55ecd50607a7aebe556b961a37be842 /scripts/getvaliddaemons.php | |
parent | 5e536a66141fac332e77c5ea6e85aee6a9347ace (diff) |
Extract out Facebook app stuff into a plugin
Diffstat (limited to 'scripts/getvaliddaemons.php')
-rwxr-xr-x | scripts/getvaliddaemons.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/getvaliddaemons.php b/scripts/getvaliddaemons.php index 7caea1bb7..99ad41b37 100755 --- a/scripts/getvaliddaemons.php +++ b/scripts/getvaliddaemons.php @@ -39,7 +39,6 @@ $daemons = array(); $daemons[] = INSTALLDIR.'/scripts/pluginqueuehandler.php'; $daemons[] = INSTALLDIR.'/scripts/ombqueuehandler.php'; -$daemons[] = INSTALLDIR.'/scripts/facebookqueuehandler.php'; $daemons[] = INSTALLDIR.'/scripts/pingqueuehandler.php'; if(common_config('xmpp','enabled')) { |