diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-12-05 02:13:40 -0500 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-12-05 02:13:40 -0500 |
commit | 9349d823ee744f4f2f7b9f36c00fc605acb728fd (patch) | |
tree | b35fb4635a619c495b156ad3191c195cc4b496e4 /plugins/FirePHP/README | |
parent | 2ab01e040e224943b1b15131a6e51fe6b5d6e580 (diff) |
Add FirePHP plugin - uses FirePHP as an output method for logging
Diffstat (limited to 'plugins/FirePHP/README')
-rw-r--r-- | plugins/FirePHP/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/FirePHP/README b/plugins/FirePHP/README new file mode 100644 index 000000000..ee22794d5 --- /dev/null +++ b/plugins/FirePHP/README @@ -0,0 +1,21 @@ +The FirePHP 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()); + |