1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-14 18:12:38 +01:00
vichan/random.php

9 lines
135 B
PHP
Raw Normal View History

2014-09-23 20:12:32 +00:00
<?php
include "inc/functions.php";
$boards = listBoards(true);
2014-09-23 20:12:32 +00:00
$board = array_rand($boards);
header('Location: /'.$boards[$board]);