]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/FirePHP/README
Merge remote-tracking branch 'upstream/master' into social-master
[quix0rs-gnu-social.git] / plugins / FirePHP / README
1 The FirePHP plugin writes StatusNet's log output to FirePHP.
2
3 Using FirePHP on production sites can expose sensitive information.
4
5 You must protect the security of your application by disabling FirePHP logging
6 on your live site!
7
8 Installation
9 ============
10 add "addPlugin('FirePHP',
11     array('setting'=>'value', 'setting2'=>'value2', ...);"
12 to the bottom of your config.php
13
14 Settings
15 ========
16 None at the moment.
17
18 Example
19 =======
20
21 addPlugin('FirePHP', array());