Your ROOT_URL in app.ini is https://code.exacti.com.br/ but you are visiting https://git.exacti.com.br/ExacTI/phacil-framework/blame/commit/df29b33c543e761460094947309963eda0b2bb4c/system/templateEngines/Dwoo/composer/autoload_psr4.php You should set ROOT_URL correctly, otherwise the web may not work correctly.
A super easy PHP Framework for web development! https://github.com/exacti/phacil-framework

11 lines
202 B

6 years ago
<?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
'Dwoo\\' => array($vendorDir . '/dwoo/dwoo/lib/Dwoo'),
);