forked from leftypol/leftypol
boards
This commit is contained in:
parent
cd999b41f9
commit
27cc4af33a
3 changed files with 13 additions and 6 deletions
5
post.php
5
post.php
|
@ -8,10 +8,13 @@
|
|||
require 'inc/config.php';
|
||||
require 'inc/user.php';
|
||||
|
||||
// For example, we're on /b/
|
||||
$board = Array(
|
||||
'url' => '/b/',
|
||||
'id' => 1,
|
||||
'uri' => 'b',
|
||||
'name' => 'Beta',
|
||||
'title' => 'In development.');
|
||||
$board['url'] = sprintf(BOARD_ABBREVIATION, $board['uri']);
|
||||
|
||||
$body = '';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue