aboutsummaryrefslogtreecommitdiff
path: root/constants.php
blob: 260f019865a4ec54cd0d92790303b8dd337f549e (plain)
1
2
3
4
5
6
7
8
9
10
<?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'));