aboutsummaryrefslogblamecommitdiffstats
path: root/mod/randprof.php
blob: 9817685c813df0254c2e691589b6eac98e8b9974 (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(chanlink_url($x));

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