constants.php 534 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * Constants definition.
  4. *
  5. * @package bones
  6. * @link https://git.lattuga.net/netico/code-library/src/master/Framework
  7. * @copyright Copyright (c) 2016, 2022 netico <netico@riseup.net>
  8. * @license https://www.gnu.org/licenses/gpl-3.0.en.html GNU General Public License
  9. * @author netico <netico@riseup.net>
  10. */
  11. /**
  12. * Path to the configuration file.
  13. */
  14. define('CONFIG', realpath('../config/bones.ini'));
  15. /**
  16. * Path to the folder that contains the templates.
  17. */
  18. define('TEMPLATES', realpath('../resources/templates'));