forked from leftypol/leftypol
Erorr handling
This commit is contained in:
parent
afd5f5b9cc
commit
f4d35fd341
1 changed files with 2 additions and 1 deletions
3
mod.php
3
mod.php
|
@ -136,7 +136,8 @@
|
||||||
|
|
||||||
$boardName = $matches[1];
|
$boardName = $matches[1];
|
||||||
// Open board
|
// Open board
|
||||||
openBoard($boardName);
|
if(!openBoard($boardName))
|
||||||
|
error(ERROR_NOBOARD);
|
||||||
|
|
||||||
// echo Element('index.html', index(1));
|
// echo Element('index.html', index(1));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue