Browse Source

View board

pull/40/head
Savetheinternet 14 years ago
parent
commit
d97b1a56c4
  1. 5
      mod.php

5
mod.php

@ -157,7 +157,10 @@
if(!openBoard($boardName)) if(!openBoard($boardName))
error(ERROR_NOBOARD); error(ERROR_NOBOARD);
// echo Element('index.html', index(1)); $page = index(1);
$page['mod'] = true;
echo Element('index.html', $page);
} else { } else {
error("Page not found."); error("Page not found.");

Loading…
Cancel
Save