Skip to content

Commit 97e44a5

Browse files
committed
fix: corrected paths
1 parent e830f49 commit 97e44a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

phpmyfaq/assets/templates/admin/dashboard.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</h1>
66
<div class="btn-toolbar mb-2 mb-md-0">
77
<div class="btn-group mr-2">
8-
<a href="?action=config">
8+
<a href="./configuration">
99
{% if isMaintenanceMode %}
1010
<button class="btn btn-outline-danger">{{ 'msgMaintenanceMode' | translate }}</button>
1111
{% else %}

phpmyfaq/assets/templates/setup/update.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
</p>
7373
</footer>
7474

75-
<script src="../assets/public/update.js"></script>
75+
<script type="module" src="../assets/public/update.js"></script>
7676
</body>
7777
</html>

0 commit comments

Comments
 (0)