aboutsummaryrefslogtreecommitdiffstats
path: root/mod/randprof.php
blob: ca9fba7ef7d7bbf098a9979ee06e74b0443a08dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?php


function randprof_init(&$a) {
	require_once('include/Contact.php');
	$x = random_profile();
	if($x)
		goaway(chanlink_url($x));
	goaway($a->get_baseurl() . '/profile');
}