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'); }