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.

15 lines
445 B

<?php
define('FRESHRSS_VERSION', '0.7-beta3');
define('FRESHRSS_WEBSITE', 'http://freshrss.org');
// Constantes de chemins
define ('FRESHRSS_PATH', dirname(__FILE__));
define ('PUBLIC_PATH', FRESHRSS_PATH . '/public');
define ('DATA_PATH', FRESHRSS_PATH . '/data');
define ('LIB_PATH', FRESHRSS_PATH . '/lib');
define ('APP_PATH', FRESHRSS_PATH . '/app');
define ('LOG_PATH', DATA_PATH . '/log');
define ('CACHE_PATH', DATA_PATH . '/cache');