forked from GithubBackups/vichan
Fixed idiotic typo. tread > thread
This commit is contained in:
parent
c64a96d572
commit
885dffdd01
@ -598,7 +598,7 @@ EOT;
|
||||
$query->bindValue(':board', $b);
|
||||
$query->execute() or error(db_error($query));
|
||||
$board = $query->fetchAll()[0];
|
||||
|
||||
|
||||
$rules = @file_get_contents($board['uri'] . '/rules.txt');
|
||||
$css = @file_get_contents('stylesheets/board/' . $board['uri'] . '.css');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user