constants.php 461 B

12345678910
  1. <?php
  2. define('FRESHRSS_VERSION', '0.7-dev');
  3. define('FRESHRSS_WEBSITE', 'http://marienfressinaud.github.io/FreshRSS/');
  4. // Constantes de chemins
  5. define ('PUBLIC_PATH', realpath (dirname (__FILE__) . '/public'));
  6. define ('LIB_PATH', realpath (dirname (__FILE__) . '/lib'));
  7. define ('APP_PATH', realpath (dirname (__FILE__) . '/app'));
  8. define ('LOG_PATH', realpath (dirname (__FILE__) . '/log'));
  9. define ('CACHE_PATH', realpath (dirname (__FILE__) . '/cache'));