Signatures can be up to 1000 characters

merge-requests/2/head
Mike Koch 8 years ago
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…
Cancel
Save