Bugfix OLT Device SNMP Walk BUG

This commit is contained in:
Daniel Spitzer
2026-01-29 21:19:18 +01:00
parent 3e67b5b773
commit 2417280ae6

View File

@@ -711,7 +711,7 @@ foreach ($devicesall as $deviceall) {
</div> </div>
</div> </div>
</div> </div>
<?php if ($devices->devicetype->devicemanufactor->config_backup): <?php if ($devices->devicetype->devicemanufactor->config_backup > 0):
$year = date("Y", time()); $year = date("Y", time());
$month = date("n", time()); $month = date("n", time());