vichan/random.php
2014-09-23 20:12:32 +00:00

9 lines
138 B
PHP

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