Mikael Nordfeldth f110fc5c9a Using GNUSOCIAL_VERSION instead of STATUSNET_VERSION 10 سال پیش
..
extlib 9349d823ee Add FirePHP plugin - uses FirePHP as an output method for logging 14 سال پیش
locale 51b28eda19 Localisation updates from http://translatewiki.net. 12 سال پیش
FirePHPPlugin.php f110fc5c9a Using GNUSOCIAL_VERSION instead of STATUSNET_VERSION 10 سال پیش
README ea82086297 Update translator documentation. 13 سال پیش

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