README 462 B

12345678910111213141516171819202122
  1. The FirePHP plugin writes StatusNet's log output to FirePHP.
  2. Using FirePHP on production sites can expose sensitive information.
  3. You must protect the security of your application by disabling FirePHP logging
  4. on your live site!
  5. Installation
  6. ============
  7. add "addPlugin('FirePHP',
  8. array('setting'=>'value', 'setting2'=>'value2', ...);"
  9. to the bottom of your config.php
  10. Settings
  11. ========
  12. None at the moment.
  13. Example
  14. =======
  15. addPlugin('FirePHP', array());