X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Frandprof.php;h=18bcb236f8a98504e94acbe860b41c2d2ee82e08;hb=7c73e8634c954cc2bd0d1138729459d7d5090f62;hp=6713a81d9e4a2efe2f013feb6ceeb2c092a891fe;hpb=dfa5183774e24fe2b1a355c9427372d4cd55ea70;p=friendica.git diff --git a/mod/randprof.php b/mod/randprof.php index 6713a81d9e..18bcb236f8 100644 --- a/mod/randprof.php +++ b/mod/randprof.php @@ -1,10 +1,20 @@ get_baseurl() . '/profile'); + if ($x) { + goaway(Contact::magicLink($x)); + } + + goaway(System::baseUrl() . '/profile'); }