You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (is_array($_POST) && strlen(join('', $_POST)) > $maxsize) {
115
115
$contenttoinsert = 'Content larger than limit of '.$maxsize;
116
116
} else {
@@ -125,6 +125,7 @@
125
125
$captureserver->comment = 'Ping received for update at '.dol_print_date(dol_now(), 'dayhourlog').' - from hash '.$hash_unique_id.' - version '.$version;
0 commit comments