X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Frandprof.php;h=18bcb236f8a98504e94acbe860b41c2d2ee82e08;hb=39767fb366a7b4d8bdf79028009790040f80f3a0;hp=6713a81d9e4a2efe2f013feb6ceeb2c092a891fe;hpb=743f2e0391315d6945b5c53a4d08938ee85e6aed;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'); }