vichan/random.php
2014-09-26 03:44:34 +00:00

9 lines
137 B
PHP

<?php
include "inc/functions.php";
$boards = listBoards(TRUE);
$board = array_rand($boards);
header('Location: /'.$boards[$board]);
?>