forked from leftypol/leftypol
View board
This commit is contained in:
parent
5c557d44e8
commit
d97b1a56c4
1 changed files with 4 additions and 1 deletions
5
mod.php
5
mod.php
|
@ -157,7 +157,10 @@
|
|||
if(!openBoard($boardName))
|
||||
error(ERROR_NOBOARD);
|
||||
|
||||
// echo Element('index.html', index(1));
|
||||
$page = index(1);
|
||||
$page['mod'] = true;
|
||||
|
||||
echo Element('index.html', $page);
|
||||
|
||||
} else {
|
||||
error("Page not found.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue