Added Telemetry settings option

This commit is contained in:
johnnyq
2023-01-24 19:27:58 -05:00
parent 88ca23e5c0
commit a854baaf61
8 changed files with 79 additions and 11 deletions

View File

@@ -152,6 +152,14 @@
</a>
</li>
<li class="nav-item">
<a class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "settings_telemetry.php") { echo "active"; } ?>"
href="settings_telemetry.php">
<i class="nav-icon fas fa-broadcast-tower"></i>
<p>Telemetry</p>
</a>
</li>
<li class="nav-item">
<a class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "settings_backup.php") { echo "active"; } ?>"
href="settings_backup.php">