lotsoflittlestuff

This commit is contained in:
Mike Macgirvin
2010-07-20 05:21:19 -07:00
parent ba8da761e6
commit 466267fbb5
14 changed files with 99 additions and 45 deletions

View File

@@ -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'];