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/0132ad7db48c1f2e126a7a088ac9af91667c2133/system/ecompress/includes.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

13 lines
289 B

6 years ago
<?php
6 years ago
//$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;
}