Signatures can be up to 1000 characters

This commit is contained in:
Mike Koch 2015-12-23 08:08:38 -05:00
parent 8b3cc84a4d
commit 8d581daf80

View File

@ -178,7 +178,7 @@ function update_profile()
$_SESSION['new']['signature'] = hesk_input(hesk_POST('signature'));
/* Signature */
if (strlen($_SESSION['new']['signature']) > 255) {
if (strlen($_SESSION['new']['signature']) > 1000) {
$hesk_error_buffer .= '<li>' . $hesklang['signature_long'] . '</li>';
}