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