streams/mod/randprof.php

12 lines
235 B
PHP
Raw Normal View History

2012-04-11 03:50:31 +00:00
<?php
function randprof_init(&$a) {
require_once('include/Contact.php');
$x = random_profile();
if($x)
2013-03-06 08:21:02 +00:00
goaway(chanlink_url($x));
2013-03-06 08:25:37 +00:00
// FIXME this doesn't work at the moment as a fallback
2012-04-11 03:50:31 +00:00
goaway($a->get_baseurl() . '/profile');
}