This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
zrl on random profile
pull/235/merge
friendica
9 years ago
parent
f4ea764aaf
commit
6af4183302
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mod/randprof.php
+ 1
- 1
mod/randprof.php
View File
@ -5,6 +5,6 @@ function randprof_init(&$a) {
require_once
(
'include/Contact.php'
);
$x
=
random_profile
();
if
(
$x
)
goaway
(
$x
);
goaway
(
zrl
(
$x
)
);
goaway
(
$a
->
get_baseurl
()
.
'/profile'
);
}
Write
Preview
Loading…
Cancel
Save