forked from GNUsocial/gnu-social
8a9b3a858b
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. |
||
---|---|---|
.. | ||
extlib/FirePHP | ||
FirePHPPlugin.php | ||
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());