vichan/random.php

9 lines
143 B
PHP

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