Browse Source

Erorr handling

pull/40/head
Savetheinternet 14 years ago
parent
commit
f4d35fd341
  1. 3
      mod.php

3
mod.php

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

Loading…
Cancel
Save