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/19741981d627c61a7e742e8435d3c60f546d0e99/system/ecompress/includes.php
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
<?php
|
|
|
|
|
|
|
|
//$arquivos = array('/exacti5/bootstrap/css/bootstrap.min.css', '/exacti5/bootstrap/responsive-tables.js');
|
|
|
|
$include = true;
|
|
|
|
foreach($arquivos as $file_js_css) {
|
|
$URI = $basefolder.$file_js_css;
|
|
include $basefolder.'ecompress/css_and_javascript_optimized.php';
|
|
//echo $URI;
|
|
} |