* @license https://www.gnu.org/licenses/gpl-3.0.en.html GNU General Public License * @author netico */ /** * Path to the configuration file. */ define('CONFIG', realpath('../config/bones.ini')); /** * Path to the folder that contains the templates. */ define('TEMPLATES', realpath('../resources/templates'));