forked from GNUsocial/gnu-social
Add plugin READMEs
This commit is contained in:
18
plugins/PostDebug/README
Normal file
18
plugins/PostDebug/README
Normal file
@@ -0,0 +1,18 @@
|
||||
The PostDebug plugin records detailed data on POSTs requests.
|
||||
|
||||
Installation
|
||||
============
|
||||
add "addPlugin('PostDebug');"
|
||||
to the bottom of your config.php
|
||||
|
||||
Settings
|
||||
========
|
||||
dir: The directory where the log file will be saved
|
||||
|
||||
Example
|
||||
=======
|
||||
|
||||
addPlugin('PostDebug', array(
|
||||
'dir' => '/tmp'
|
||||
));
|
||||
|
Reference in New Issue
Block a user