Browse Source

Whitespace and removed error.

pull/40/head
nonmakina 3 years ago
parent
commit
02b4b96ffb
  1. 3
      inc/instance-config.php
  2. 1
      post.php

3
inc/instance-config.php

@ -111,11 +111,8 @@ $config['mod']['editpost'] = MOD;
// Raw HTML posting
$config['mod']['rawhtml'] = MOD;
$config['mod']['mod_board_log'] = MOD;
$config['allow_thread_deletion'] = false;
// Max attachments per post
$config['max_images'] = 5;
$config['image_reject_repost'] = false;

1
post.php

@ -234,7 +234,6 @@ function handle_delete(){
error($config['error']['nodeletethread']);
}
if ($password != '' && $post['password'] != $password && (!$thread || $thread['password'] != $password))
error($config['error']['invalidpassword']);

Loading…
Cancel
Save