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/b3f0088db82030e198a76892a18e3cad40b665c9/system/templateEngines/Dwoo/composer/autoload_psr4.php
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
<?php
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'Dwoo\\' => array($vendorDir . '/dwoo/dwoo/lib/Dwoo'),
|
|
);
|
|
|