forked from GNUsocial/gnu-social
7a9b989349
Location information removed from translation files with msgmerge --no-location to decrease size of files and reduce diff size. Unfortunately there does not appear to be a setting in msgmerge or msgattrib to remove the extracted comments ("#.") from translation files. If you do know of such a switch, please let me know! |
||
---|---|---|
.. | ||
extlib/FirePHP | ||
locale | ||
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());