aboutsummaryrefslogtreecommitdiffstats
path: root/mod/randprof.php
blob: 0726b231a010fe97344e576ccbfad236623d5b92 (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(zid($x));
	goaway($a->get_baseurl() . '/profile');
}