aboutsummaryrefslogblamecommitdiffstats
path: root/mod/randprof.php
blob: 6713a81d9e4a2efe2f013feb6ceeb2c092a891fe (plain) (tree)
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(zrl($x));
	goaway($a->get_baseurl() . '/profile');
}