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/4d8050952dd436508e960747ce4fcfa8c1ac75e2/system/ecompress/active.php
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
<?php
|
|
|
|
session_start();
|
|
|
|
$_SESSION['reset'] = ($_GET['reset'] == "true") ? 'true' : 'false';
|
|
|
|
echo "Reset caches: ".($_SESSION['reset']);
|
|
|
|
|