mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 09:27:24 +01:00
commit
7b9db3125e
@ -2,7 +2,7 @@
|
||||
|
||||
include "inc/functions.php";
|
||||
|
||||
$boards = listBoards();
|
||||
$boards = listBoards(true);
|
||||
$board = array_rand($boards);
|
||||
|
||||
header('Location: /'.$boards[$board]["uri"]);
|
||||
header('Location: /'.$boards[$board]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user