]> git.mxchange.org Git - friendica-addons.git/commitdiff
SN/Twitter: added hint to the admin panel in the README file
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 31 Mar 2012 08:24:24 +0000 (10:24 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 31 Mar 2012 08:24:24 +0000 (10:24 +0200)
statusnet/README
twitter/README

index 48f620aba4249b0a8157425f18d333bab1fc444e..ce1e1179bf7acb4c9a5cbaac516c0b53601bb50a 100755 (executable)
@@ -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, ...".
index 99edf0d303dbc23506aed593f7002d44cbeba5d2..9d52a47460f398f2720d794fd5ec2d13b3d00895 100755 (executable)
@@ -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, ..."