From 9349d823ee744f4f2f7b9f36c00fc605acb728fd Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Sat, 5 Dec 2009 02:13:40 -0500 Subject: Add FirePHP plugin - uses FirePHP as an output method for logging --- plugins/FirePHP/README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 plugins/FirePHP/README (limited to 'plugins/FirePHP/README') 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()); + -- cgit v1.2.3-54-g00ecf