diff --git a/includes/config/include.php b/includes/config/include.php index 8f5c11477..3d7567c01 100755 --- a/includes/config/include.php +++ b/includes/config/include.php @@ -28,7 +28,7 @@ define('TP_VERSION', '3.1.2'); define("UPGRADE_MIN_DATE", "1724862801"); -define('TP_VERSION_MINOR', '60'); +define('TP_VERSION_MINOR', '61'); define('TP_TOOL_NAME', 'Teampass'); define('TP_ONE_DAY_SECONDS', 86400); define('TP_ONE_WEEK_SECONDS', 604800); @@ -45,7 +45,7 @@ define('UPGRADE_SEND_EMAILS', true); define('KEY_LENGTH', 16); define('EDITION_LOCK_PERIOD', 86400); // Defines the delay for which an item edition lock is active -define('LOG_TO_SERVER', true); // Defines if logs are sent to the server +define('LOG_TO_SERVER', false); // Defines if logs are sent to the server define('OAUTH2_REDIRECTURI', 'index.php?post_type=oauth2'); define('ERR_NOT_ALLOWED', '1000'); diff --git a/includes/tables_integrity.json b/includes/tables_integrity.json index 8ba7ea989..b5e3d402d 100644 --- a/includes/tables_integrity.json +++ b/includes/tables_integrity.json @@ -17,7 +17,7 @@ }, { "table_name": "background_tasks_logs", - "structure_hash": "b2fcc60ceb4d88543c9c40e6abefd85116b17b5c6b796cc63b53f4832f451e0f" + "structure_hash": "ab77226ca8ef4921c0aa7b2b442ea333bf5c700c9f0335d092a62c1543f57ada" }, { "table_name": "cache", @@ -101,7 +101,7 @@ }, { "table_name": "log_system", - "structure_hash": "685365edf156d518fba2f4be654e32ea65033f1327bc6295d67e8c34f365068f" + "structure_hash": "e06372e0b89d7b381814d35631d6b7e65ca1cb7d211ca5aa98830b3f57bc54cc" }, { "table_name": "misc",