Skip to content

Commit 4428f3c

Browse files
3.1.2
Fix for #4289
1 parent e5e3754 commit 4428f3c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

includes/config/include.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
define('TP_VERSION', '3.1.2');
3030
define("UPGRADE_MIN_DATE", "1724862801");
31-
define('TP_VERSION_MINOR', '60');
31+
define('TP_VERSION_MINOR', '61');
3232
define('TP_TOOL_NAME', 'Teampass');
3333
define('TP_ONE_DAY_SECONDS', 86400);
3434
define('TP_ONE_WEEK_SECONDS', 604800);
@@ -45,7 +45,7 @@
4545
define('UPGRADE_SEND_EMAILS', true);
4646
define('KEY_LENGTH', 16);
4747
define('EDITION_LOCK_PERIOD', 86400); // Defines the delay for which an item edition lock is active
48-
define('LOG_TO_SERVER', true); // Defines if logs are sent to the server
48+
define('LOG_TO_SERVER', false); // Defines if logs are sent to the server
4949
define('OAUTH2_REDIRECTURI', 'index.php?post_type=oauth2');
5050

5151
define('ERR_NOT_ALLOWED', '1000');

includes/tables_integrity.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
{
1919
"table_name": "background_tasks_logs",
20-
"structure_hash": "b2fcc60ceb4d88543c9c40e6abefd85116b17b5c6b796cc63b53f4832f451e0f"
20+
"structure_hash": "ab77226ca8ef4921c0aa7b2b442ea333bf5c700c9f0335d092a62c1543f57ada"
2121
},
2222
{
2323
"table_name": "cache",
@@ -101,7 +101,7 @@
101101
},
102102
{
103103
"table_name": "log_system",
104-
"structure_hash": "685365edf156d518fba2f4be654e32ea65033f1327bc6295d67e8c34f365068f"
104+
"structure_hash": "e06372e0b89d7b381814d35631d6b7e65ca1cb7d211ca5aa98830b3f57bc54cc"
105105
},
106106
{
107107
"table_name": "misc",

0 commit comments

Comments
 (0)