diff options
author | friendica <info@friendica.com> | 2015-02-03 16:52:09 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-03 16:52:09 -0800 |
commit | 5cb2f55dbbe715219dd18c60345e341ed478a753 (patch) | |
tree | 615ec85b00bd3c417eff2c9b772d2b21c0051a8f /mod/prate.php | |
parent | de79bb89fc0f6d0a55b1734e4deeb0dd5eed2fb9 (diff) | |
download | volse-hubzilla-5cb2f55dbbe715219dd18c60345e341ed478a753.tar.gz volse-hubzilla-5cb2f55dbbe715219dd18c60345e341ed478a753.tar.bz2 volse-hubzilla-5cb2f55dbbe715219dd18c60345e341ed478a753.zip |
rating form work
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; |