Your ROOT_URL in app.ini is https://code.exacti.com.br/ but you are visiting https://git.exacti.com.br/ExacTI/phacil-framework/src/commit/284042a3e9c6320d3ad993dc509d868584c3549e/system/caches/Phpfastcache/psr/simple-cache/.editorconfig
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
; This file is for unifying the coding style for different editors and IDEs.
|
|
; More information at http://editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
indent_size = 4
|
|
indent_style = space
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|