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


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

	/** FIXME this doesn't work at the moment as a fallback */
	goaway(z_root() . '/profile');
}