aboutsummaryrefslogtreecommitdiffstats
path: root/mod/randprof.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/randprof.php')
-rw-r--r--mod/randprof.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/mod/randprof.php b/mod/randprof.php
deleted file mode 100644
index 124117e96..000000000
--- a/mod/randprof.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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(z_root() . '/profile');
-}