From fab3618afe502f3517329dd91b859602df9f970b Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Thu, 17 Feb 2011 21:20:04 +1100 Subject: [PATCH] Increased field limits --- post.php | 2 +- templates/index.html | 4 ++-- templates/thread.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/post.php b/post.php index f830d1a5..5f343ff4 100644 --- a/post.php +++ b/post.php @@ -213,7 +213,7 @@ // Check string lengths if(strlen($post['name']) > 50) error(sprintf($config['error']['toolong'], 'name')); - if(strlen($post['email']) > 30) error(sprintf($config['error']['toolong'], 'email')); + if(strlen($post['email']) > 40) error(sprintf($config['error']['toolong'], 'email')); if(strlen($post['subject']) > 40) error(sprintf($config['error']['toolong'], 'subject')); if(!$mod && strlen($post['body']) > $config['max_body']) error($config['error']['toolongbody']); if(!(!$OP && $post['has_file']) && strlen($post['body']) < 1) error($config['error']['tooshortbody']); diff --git a/templates/index.html b/templates/index.html index 10973671..59ce3f54 100644 --- a/templates/index.html +++ b/templates/index.html @@ -29,7 +29,7 @@ Email - + @@ -37,7 +37,7 @@ Subject - + diff --git a/templates/thread.html b/templates/thread.html index 4fff9b88..19434be3 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -30,7 +30,7 @@ Email - + @@ -38,7 +38,7 @@ Subject - +