Signatures can be up to 1000 characters
This commit is contained in:
parent
8b3cc84a4d
commit
8d581daf80
@ -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>';
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user