Diogo Cordeiro b730582336 [CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL před 4 roky
..
locale aee5506f00 [PLUGINS] Removed GeoURL as the service doesn't exist anymore před 4 roky
PostDebugPlugin.php b730582336 [CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL před 4 roky
README a614205663 Add plugin READMEs před 8 roky

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