diff --git a/install.php b/install.php index 2877d498..baac2cc4 100644 --- a/install.php +++ b/install.php @@ -1,6 +1,6 @@ 50) error(sprintf($config['error']['toolong'], 'name')); if(strlen($post['email']) > 40) error(sprintf($config['error']['toolong'], 'email')); - if(strlen($post['subject']) > 40) error(sprintf($config['error']['toolong'], 'subject')); + if(strlen($post['subject']) > 100) error(sprintf($config['error']['toolong'], 'subject')); if(!$mod && strlen($post['body']) > $config['max_body']) error($config['error']['toolong_body']); if(!(!$OP && $post['has_file']) && strlen($post['body']) < 1) error($config['error']['tooshort_body']); if(strlen($post['password']) > 20) error(sprintf($config['error']['toolong'], 'password')); diff --git a/templates/index.html b/templates/index.html index 30ca3303..1f917945 100644 --- a/templates/index.html +++ b/templates/index.html @@ -60,7 +60,7 @@ Subject