Closed off php tag in random.php

This commit is contained in:
undido 2014-09-25 06:15:25 -03:00
parent 69e749b57a
commit 667606cdb4

View File

@ -6,3 +6,5 @@ $boards = listBoards();
$board = array_rand($boards);
header('Location: /'.$boards[$board]["uri"]);
?>