Commit 6d0754ad6de6cdce4237cae873e525e099314397
1 parent
9397e611
Exists in
master
Correção no caminho link para o sistema de administração existente na página ini…
…cial, evitando erros quando se usa docker
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
init/index.js
... | ... | @@ -100,7 +100,7 @@ botoesIni = [ |
100 | 100 | "target": "_self" |
101 | 101 | },{ |
102 | 102 | "img":"imagens/applications-development-web.png", |
103 | - "href": "../admin", | |
103 | + "href": "../admin/index.php", | |
104 | 104 | "titulo":$trad(3,g_traducao_init), |
105 | 105 | "subtitulo": $trad("3a",g_traducao_init), |
106 | 106 | "fa": "cogs", | ... | ... |