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/8f7869c169b27d6966c0fc3e8413d7501d99dd2c/system/templateEngines/Twig/Twig1x/composer/autoload_namespaces.php
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
<?php
|
|
|
|
// autoload_namespaces.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'Twig_' => array($vendorDir . '/twig/twig/lib'),
|
|
);
|
|
|