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.
A super easy PHP Framework for web development! https://github.com/exacti/phacil-framework

8 lines
139 B

<?php
session_start();
$_SESSION['reset'] = ($_GET['reset'] == "true") ? 'true' : 'false';
echo "Reset caches: ".($_SESSION['reset']);