Skip to content

Commit

Permalink
fix cache folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jhowbhz committed Feb 13, 2022
1 parent f3b9088 commit 96427fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion config/application.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
'module_map_cache_key' => 'application.module.cache',

// The path in which to cache merged configuration.
'cache_dir' => 'data/cache/',
'cache_dir' => '/tmp',

// Whether or not to enable modules dependency checking.
// Enabled by default, prevents usage of modules that depend on other modules
Expand Down
2 changes: 0 additions & 2 deletions module/Sessoes/view/sessoes/sessoes/index.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@
} else {
echo "<button class='btn btn-success btn-start_".preg_replace('/\s+/', "", $sessao->getSession())."' onclick=start('".$sessao->getId()."','".preg_replace('/\s+/', "", $sessao->getSession())."','".$sessao->getSessionKey()."') target='_blank'>Conectar &raquo;</button>";
}?>


</div>

</div>
Expand Down

0 comments on commit 96427fc

Please sign in to comment.