Hugo Sales 6925b7fcfc [INSTALL] Move all non-public files to 'private' пре 3 година
..
locale 6925b7fcfc [INSTALL] Move all non-public files to 'private' пре 3 година
PostDebugPlugin.php 6925b7fcfc [INSTALL] Move all non-public files to 'private' пре 3 година
README 6925b7fcfc [INSTALL] Move all non-public files to 'private' пре 3 година

README

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'
));