View board
This commit is contained in:
parent
5c557d44e8
commit
d97b1a56c4
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…
Reference in New Issue
Block a user