aboutsummaryrefslogtreecommitdiffstats
path: root/mod/xrd.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/xrd.php')
-rw-r--r--mod/xrd.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/mod/xrd.php b/mod/xrd.php
index 0b4bd0d1e..a0ecbaea8 100644
--- a/mod/xrd.php
+++ b/mod/xrd.php
@@ -39,6 +39,10 @@ function xrd_content(&$a) {
'$modexp' => 'data:application/magic-public-key,' . $salmon_key
));
+
+ $arr = array('user' => $r[0], 'xml' => $o);
+ call_hooks('personal_xrd', $arr);
+
echo $o;
killme();