A free, self-hostable aggregator…
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
461 B

<?php
define('FRESHRSS_VERSION', '0.7-dev');
define('FRESHRSS_WEBSITE', 'http://marienfressinaud.github.io/FreshRSS/');
// Constantes de chemins
define ('PUBLIC_PATH', realpath (dirname (__FILE__) . '/public'));
define ('LIB_PATH', realpath (dirname (__FILE__) . '/lib'));
define ('APP_PATH', realpath (dirname (__FILE__) . '/app'));
define ('LOG_PATH', realpath (dirname (__FILE__) . '/log'));
define ('CACHE_PATH', realpath (dirname (__FILE__) . '/cache'));