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