Fix Telemetry check

This commit is contained in:
johnnyq 2024-05-30 18:57:33 -04:00
parent 14c814c5b8
commit 7db9a7de73
2 changed files with 1 additions and 2 deletions

View File

@ -734,7 +734,7 @@ while ($row = mysqli_fetch_array($sql_recurring_expenses)) {
// TELEMETRY
if ($config_telemetry > 0 OR $config_telemetry = 2) {
if ($config_telemetry > 0 OR $config_telemetry == 2) {
$current_version = exec("git rev-parse HEAD");

View File

@ -541,7 +541,6 @@ if (isset($_GET['ticket_id'])) {
<label class="btn btn-light active">
<input type="radio" name="public_reply_type" value="2" checked>Public Comment & Email
</label>
<label class="btn btn-light">
<input type="radio" name="public_reply_type" value="1">Public Comment
</label>