diff --git a/random.php b/random.php index 050b6c82..fdd1e349 100644 --- a/random.php +++ b/random.php @@ -6,3 +6,5 @@ $boards = listBoards(); $board = array_rand($boards); header('Location: /'.$boards[$board]["uri"]); + +?> \ No newline at end of file