mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
When choosing to share Data via Setup make sure telemetry gets enabled after setup
This commit is contained in:
@@ -301,6 +301,8 @@ if (isset($_POST['add_telemetry'])) {
|
||||
|
||||
if (isset($_POST['share_data']) && $_POST['share_data'] == 1) {
|
||||
|
||||
mysqli_query($mysqli,"UPDATE settings SET config_telemetry = 2");
|
||||
|
||||
$comments = sanitizeInput($_POST['comments']);
|
||||
|
||||
$sql = mysqli_query($mysqli,"SELECT * FROM companies WHERE company_id = 1");
|
||||
|
||||
Reference in New Issue
Block a user