forked from leftypol/leftypol
Whitespace and removed error.
This commit is contained in:
parent
3f1ef0e0fe
commit
fd0aa9c70d
2 changed files with 0 additions and 4 deletions
|
@ -111,11 +111,8 @@ $config['mod']['editpost'] = MOD;
|
||||||
// Raw HTML posting
|
// Raw HTML posting
|
||||||
$config['mod']['rawhtml'] = MOD;
|
$config['mod']['rawhtml'] = MOD;
|
||||||
|
|
||||||
$config['mod']['mod_board_log'] = MOD;
|
|
||||||
|
|
||||||
$config['allow_thread_deletion'] = false;
|
$config['allow_thread_deletion'] = false;
|
||||||
|
|
||||||
|
|
||||||
// Max attachments per post
|
// Max attachments per post
|
||||||
$config['max_images'] = 5;
|
$config['max_images'] = 5;
|
||||||
$config['image_reject_repost'] = false;
|
$config['image_reject_repost'] = false;
|
||||||
|
|
1
post.php
1
post.php
|
@ -234,7 +234,6 @@ function handle_delete(){
|
||||||
error($config['error']['nodeletethread']);
|
error($config['error']['nodeletethread']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if ($password != '' && $post['password'] != $password && (!$thread || $thread['password'] != $password))
|
if ($password != '' && $post['password'] != $password && (!$thread || $thread['password'] != $password))
|
||||||
error($config['error']['invalidpassword']);
|
error($config['error']['invalidpassword']);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue