Avoid welcome window on updates.
This commit is contained in:
parent
0e2a3d0f47
commit
94d87c2a3c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue