diff --git a/ferramentas/loginusuario/template_mst_bt.html b/ferramentas/loginusuario/template_mst_bt.html index 6116e39..c1f60bc 100755 --- a/ferramentas/loginusuario/template_mst_bt.html +++ b/ferramentas/loginusuario/template_mst_bt.html @@ -1,4 +1,4 @@ -
  • + @@ -37,4 +37,3 @@
    {{{tentativas}}}
    -
  • \ No newline at end of file diff --git a/init/head.php b/init/head.php index a4f7640..7f19bc3 100755 --- a/init/head.php +++ b/init/head.php @@ -26,6 +26,8 @@ echo " + + "; ?> diff --git a/init/index.js b/init/index.js index 0be6262..644f3d3 100755 --- a/init/index.js +++ b/init/index.js @@ -103,7 +103,7 @@ botoesIni = [ "titulo":$trad(3,g_traducao_init), "subtitulo": $trad("3a",g_traducao_init), "fa": "cogs", - "target": "_blank" + "target": "_self" },{ "img":"folder-image", "href": "../exemplos/index.php", diff --git a/init/index.php b/init/index.php index 7dda082..3f757ce 100755 --- a/init/index.php +++ b/init/index.php @@ -26,6 +26,7 @@ if (! file_exists ( $dir_tmp )) { } if (file_exists ( $dir_tmp )) { @mkdir ( $dir_tmp . "/comum", 0744 ); + chmod ( $dir_tmp . "/comum", 0744 ); @mkdir ( $dir_tmp . "/saiku-datasources", 0744 ); chmod ( $dir_tmp . "/saiku-datasources", 0744 ); @mkdir ( $dir_tmp . "/cache", 0744 ); @@ -43,38 +44,33 @@ include "head.php"; } + Skip to main content -
    +
    -
    @@ -162,7 +157,20 @@ include "head.php";
    +