We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e830f49 commit 97e44a5Copy full SHA for 97e44a5
phpmyfaq/assets/templates/admin/dashboard.twig
@@ -5,7 +5,7 @@
5
</h1>
6
<div class="btn-toolbar mb-2 mb-md-0">
7
<div class="btn-group mr-2">
8
- <a href="?action=config">
+ <a href="./configuration">
9
{% if isMaintenanceMode %}
10
<button class="btn btn-outline-danger">{{ 'msgMaintenanceMode' | translate }}</button>
11
{% else %}
phpmyfaq/assets/templates/setup/update.twig
@@ -72,6 +72,6 @@
72
</p>
73
</footer>
74
75
- <script src="../assets/public/update.js"></script>
+ <script type="module" src="../assets/public/update.js"></script>
76
</body>
77
</html>
0 commit comments