gnu-social/plugins/FirePHP
Jeffery To 8a9b3a858b Fixed "Warning: syslog() expects parameter 1 to be long, string given"
With the FirePHP plugin enabled, I get these warnings in the output
page. This is because the StartLog handler inadvertly modifies the
original (number) priority with the corresponding (string) FirePHP
priority.
2010-03-16 11:44:51 -04:00
..
extlib/FirePHP Add FirePHP plugin - uses FirePHP as an output method for logging 2009-12-05 02:13:40 -05:00
FirePHPPlugin.php Fixed "Warning: syslog() expects parameter 1 to be long, string given" 2010-03-16 11:44:51 -04:00
README Add version information to a bunch of plugins 2010-01-09 19:04:53 -05:00

README

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());