Avoid welcome window on updates.

This commit is contained in:
fbsanchez 2019-11-14 14:14:50 +01:00
parent 0e2a3d0f47
commit 94d87c2a3c
1 changed files with 2 additions and 0 deletions

View File

@ -8,4 +8,6 @@ INSERT INTO `ttipo_modulo` VALUES
(36,'remote_cmd_string', 10, 'Remote execution, alphanumeric data', 'mod_remote_cmd_string.png'),
(37,'remote_cmd_inc', 10, 'Remote execution, incremental data', 'mod_remote_cmd_inc.png');
INSERT INTO `tconfig`(`token`, `value`) VALUES ('welcome_state', -1);
COMMIT;