mirror of
https://github.com/itflow-org/itflow
synced 2026-03-03 12:24:51 +00:00
Fix Telemetry check
This commit is contained in:
2
cron.php
2
cron.php
@@ -734,7 +734,7 @@ while ($row = mysqli_fetch_array($sql_recurring_expenses)) {
|
|||||||
|
|
||||||
// TELEMETRY
|
// TELEMETRY
|
||||||
|
|
||||||
if ($config_telemetry > 0 OR $config_telemetry = 2) {
|
if ($config_telemetry > 0 OR $config_telemetry == 2) {
|
||||||
|
|
||||||
$current_version = exec("git rev-parse HEAD");
|
$current_version = exec("git rev-parse HEAD");
|
||||||
|
|
||||||
|
|||||||
@@ -541,7 +541,6 @@ if (isset($_GET['ticket_id'])) {
|
|||||||
<label class="btn btn-light active">
|
<label class="btn btn-light active">
|
||||||
<input type="radio" name="public_reply_type" value="2" checked>Public Comment & Email
|
<input type="radio" name="public_reply_type" value="2" checked>Public Comment & Email
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<label class="btn btn-light">
|
<label class="btn btn-light">
|
||||||
<input type="radio" name="public_reply_type" value="1">Public Comment
|
<input type="radio" name="public_reply_type" value="1">Public Comment
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user