gnu-social/plugins/FirePHP
Mikael Nordfeldth f110fc5c9a Using GNUSOCIAL_VERSION instead of STATUSNET_VERSION 2013-11-01 13:51:41 +01:00
..
extlib/FirePHP Add FirePHP plugin - uses FirePHP as an output method for logging 2009-12-05 02:13:40 -05:00
locale Localisation updates from http://translatewiki.net. 2012-06-30 11:10:38 +00:00
FirePHPPlugin.php Using GNUSOCIAL_VERSION instead of STATUSNET_VERSION 2013-11-01 13:51:41 +01:00
README Update translator documentation. 2011-04-08 18:47:07 +02: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());