We have a FacebookQueueHandler now. The update_facebook.php cron
script is totally deprecated.
This commit is contained in:
@@ -24,7 +24,7 @@ DIR=`dirname $0`
|
||||
|
||||
for f in xmppdaemon.php jabberqueuehandler.php publicqueuehandler.php \
|
||||
xmppconfirmhandler.php smsqueuehandler.php ombqueuehandler.php \
|
||||
twitterqueuehandler.php; do
|
||||
twitterqueuehandler.php facebookqueuehandler.php; do
|
||||
|
||||
echo -n "Starting $f...";
|
||||
php $DIR/$f
|
||||
|
||||
Reference in New Issue
Block a user