Added cron job and debug button

This commit is contained in:
Andreas Kristiansen
2025-10-19 08:00:31 +02:00
parent 0ba4c8bd9c
commit e5dab05b02
4 changed files with 36 additions and 0 deletions

View File

@@ -568,6 +568,11 @@
<td><?= __("HAMqsl"); ?></td>
<td><?php echo $hamqsl_update->last_run ?? __("never"); ?></td>
<td><a class="btn btn-sm btn-primary" href="<?php echo site_url('update/update_hamqsl'); ?>"><?= __("Update"); ?></a></td>
</tr>
<tr>
<td><?= __("VUCCGrids"); ?></td>
<td><?php echo $vuccgrids_update->last_run ?? __("never"); ?></td>
<td><a class="btn btn-sm btn-primary" href="<?php echo site_url('update/update_vucc_grids'); ?>"><?= __("Update"); ?></a></td>
</tr>
</table>
</div>