vichan/random.php
2014-09-25 20:10:12 +00:00

11 lines
139 B
PHP

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