6e031d623a
Updated composer and translations composer install --no-dev composer dump-autoload --optimize git add vendor/ --force make updatepo |
||
---|---|---|
.. | ||
locale | ||
PostDebugPlugin.php | ||
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' ));