summaryrefslogtreecommitdiff
path: root/plugins/FirePHP/README
blob: 22ed1e9be3decd20e0763e9e125e012f30be21ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
The FirePHP plugin writes StatusNet's log output to FirePHP.

Using FirePHP on production sites can expose sensitive information.
    You must protect the security of your application by disabling FirePHP
    logging on your live site.

Installation
============
add "addPlugin('FirePHP',
    array('setting'=>'value', 'setting2'=>'value2', ...);"
to the bottom of your config.php

Settings
========
None at the moment.

Example
=======

addPlugin('FirePHP', array());