This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
Files
core/mod/randprof.php
2013-03-06 00:21:02 -08:00

11 lines
179 B
PHP

<?php
function randprof_init(&$a) {
require_once('include/Contact.php');
$x = random_profile();
if($x)
goaway(chanlink_url($x));
goaway($a->get_baseurl() . '/profile');
}