From 667606cdb422d2ca2ddbdf638ea49de11614be73 Mon Sep 17 00:00:00 2001 From: undido Date: Thu, 25 Sep 2014 06:15:25 -0300 Subject: [PATCH] Closed off php tag in random.php --- random.php | 2 ++ 1 file changed, 2 insertions(+) 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