Skip to content

Commit

Permalink
Fix baseurl for DB upgrade page.
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-unwin committed Jul 26, 2024
1 parent 71fed0e commit 2a1107f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Views/shared/modal.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
<tfoot>
<tr>
<td class="text-center"><a class="btn btn-default" target="_blank" href="<?= url_to('configurationReadLicense') ?>"><?= __('Restore my Licenses') ?></a></td>
<td class="text-center"><a class="btn <?= $btnCom ?>" data-bs-dismiss="modal" <?= $btnComStyle ?> href="<?= $meta->baseurl ?>index.php"><?= $btnComText ?></a></td>
<td class="text-center"><a class="btn <?= $btnCom ?>" data-bs-dismiss="modal" <?= $btnComStyle ?> href="<?= base_url() ?>index.php"><?= $btnComText ?></a></td>
<td class="text-center"><a class="btn <?= $btnPro ?>" <?= $btnProStyle ?> href="https://firstwave.com/products/network-discovery-and-inventory-software/"><?= $btnProText ?></a></td>
<td class="text-center"><a class="btn <?= $btnEnt ?>" <?= $btnEntStyle ?> href="https://firstwave.com/products/network-discovery-and-inventory-software/"><?= $btnEntText ?></a></td>
</tr>
Expand Down

0 comments on commit 2a1107f

Please sign in to comment.