Erorr handling

This commit is contained in:
Savetheinternet 2010-12-10 20:45:09 +11:00
parent afd5f5b9cc
commit f4d35fd341

View File

@ -136,7 +136,8 @@
$boardName = $matches[1];
// Open board
openBoard($boardName);
if(!openBoard($boardName))
error(ERROR_NOBOARD);
// echo Element('index.html', index(1));