b202e02fbf
This reverts commit db949bb802
.
11 lines
170 B
PHP
11 lines
170 B
PHP
<?php
|
|
|
|
|
|
function randprof_init(&$a) {
|
|
require_once('include/Contact.php');
|
|
$x = random_profile();
|
|
if($x)
|
|
goaway(zrl($x));
|
|
goaway($a->get_baseurl() . '/profile');
|
|
}
|