]> git.mxchange.org Git - friendica.git/blob - config/addon-sample.ini.php
Fix typo in mod/admin
[friendica.git] / config / addon-sample.ini.php
1 <?php return <<<INI
2
3 ; Copy this configuration file to addon.ini.php and edit it if you want to configure addons, see below example for the twitter addon
4
5 ;[twitter]
6 ;consumerkey = localhost
7 ;consumersecret = mysqlusername
8
9 INI;
10 // Keep this line