mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-23 23:20:57 +01:00
fix previous commit
This commit is contained in:
parent
8e9db69375
commit
1fb362a7c0
6
post.php
6
post.php
@ -150,6 +150,8 @@ if (isset($_POST['delete'])) {
|
||||
if (!isset($_POST['body'], $_POST['board']))
|
||||
error($config['error']['bot']);
|
||||
|
||||
$post = array('board' => $_POST['board']);
|
||||
|
||||
// Check if board exists
|
||||
if (!openBoard($post['board']))
|
||||
error($config['error']['noboard']);
|
||||
@ -164,9 +166,7 @@ if (isset($_POST['delete'])) {
|
||||
$_POST['subject'] = '';
|
||||
|
||||
if (!isset($_POST['password']))
|
||||
$_POST['password'] = '';
|
||||
|
||||
$post = array('board' => $_POST['board']);
|
||||
$_POST['password'] = '';
|
||||
|
||||
if (isset($_POST['thread'])) {
|
||||
$post['op'] = false;
|
||||
|
Loading…
Reference in New Issue
Block a user