aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dfrn_notify.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-07-30 21:22:52 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-07-30 21:22:52 -0700
commit56fc81f57e07f4208c639fee71105b66471846ef (patch)
treecc630d1be8e23effdd991168e0206130056d1889 /mod/dfrn_notify.php
parentb399b20dee2752a038a64a8be2c89df142aae280 (diff)
downloadvolse-hubzilla-56fc81f57e07f4208c639fee71105b66471846ef.tar.gz
volse-hubzilla-56fc81f57e07f4208c639fee71105b66471846ef.tar.bz2
volse-hubzilla-56fc81f57e07f4208c639fee71105b66471846ef.zip
mail more or less working
Diffstat (limited to 'mod/dfrn_notify.php')
-rw-r--r--mod/dfrn_notify.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php
index fdf9a2108..38756f724 100644
--- a/mod/dfrn_notify.php
+++ b/mod/dfrn_notify.php
@@ -5,7 +5,7 @@ require_once('include/items.php');
function dfrn_notify_post(&$a) {
-dbg(3);
+
$dfrn_id = notags(trim($_POST['dfrn_id']));
$challenge = notags(trim($_POST['challenge']));
$data = $_POST['data'];