From 79fb8a1c454759a7d86e23f78b4df1a8babe2313 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 31 Mar 2012 10:24:24 +0200 Subject: [PATCH] SN/Twitter: added hint to the admin panel in the README file --- statusnet/README | 3 +++ twitter/README | 3 +++ 2 files changed, 6 insertions(+) diff --git a/statusnet/README b/statusnet/README index 48f620ab..ce1e1179 100755 --- a/statusnet/README +++ b/statusnet/README @@ -42,6 +42,9 @@ ___ Configuration ___ __ Global Configuration __ +If you enabled an administrator account, please use the admin panel to cofigure +the StatusNet reley. + To activate this addon add statusnet to the list of active addons in your .htconfig.php file $a->config['system']['addon'] = "statusnet, ...". diff --git a/twitter/README b/twitter/README index 99edf0d3..9d52a474 100755 --- a/twitter/README +++ b/twitter/README @@ -47,6 +47,9 @@ ___ Configuration ___ __ Global Configuration __ +If you enabled an administrator account, please use the admin panel to cofigure +the Twitter reley. + To activate this addon add @twitter@ to the list of active addons in your .htconfig.php file $a->config['system']['addon'] = "twitter, ..."