]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/PostDebug/README
Trying to debug some stuff regarding oEmbed
[quix0rs-gnu-social.git] / plugins / PostDebug / README
1 The PostDebug plugin records detailed data on POSTs requests.
2
3 Installation
4 ============
5 add "addPlugin('PostDebug');"
6 to the bottom of your config.php
7
8 Settings
9 ========
10 dir: The directory where the log file will be saved
11
12 Example
13 =======
14
15 addPlugin('PostDebug', array(
16     'dir' => '/tmp'
17 ));
18