diff options
Diffstat (limited to 'mod/prate.php')
-rw-r--r-- | mod/prate.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mod/prate.php b/mod/prate.php index 30de97927..25d279a5b 100644 --- a/mod/prate.php +++ b/mod/prate.php @@ -3,6 +3,11 @@ function prate_post(&$a) { +logger('request: ' . print_r($_REQUEST,true)); +return; + + + if(! local_channel()) return; |