2010-01-09 23:58:40 +00:00
|
|
|
The FirePHP plugin writes StatusNet's log output to FirePHP.
|
2009-12-05 07:13:40 +00:00
|
|
|
|
|
|
|
Using FirePHP on production sites can expose sensitive information.
|
2011-04-08 17:46:41 +01:00
|
|
|
|
|
|
|
You must protect the security of your application by disabling FirePHP logging
|
|
|
|
on your live site!
|
2009-12-05 07:13:40 +00:00
|
|
|
|
|
|
|
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());
|