mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-02 21:46:21 -05:00
Unicode pour le reste du texte Correction diverses typos Et mise à jour du site officiel en faveur de http://freshrss.org
14 lines
455 B
PHP
14 lines
455 B
PHP
<?php
|
|
define('FRESHRSS_VERSION', '0.7-beta');
|
|
define('FRESHRSS_WEBSITE', 'http://freshrss.org');
|
|
|
|
// Constantes de chemins
|
|
define ('FRESHRSS_PATH', realpath (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');
|