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/1f181c4935d5ae3eccab13886bf5ca5dfa384daf/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

9 lines
139 B

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