gnu-social/plugins/FirePHP
2016-01-24 21:11:38 +01:00
..
extlib/FirePHP Update FirefPHP Core to v0.4.0 released on 23 Apr 2013 2016-01-24 21:11:38 +01:00
locale Snapshot of the Transifex translation project - October 2015 2015-10-04 18:23:01 +02:00
FirePHPPlugin.php Plugins didn't match lib/plugin.php onPluginVersion function definition 2015-06-06 22:04:01 +02:00
README Update translator documentation. 2011-04-08 18:47:07 +02:00

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