diff options
Diffstat (limited to 'constants.php')
| -rw-r--r-- | constants.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/constants.php b/constants.php index 4375fc080..c313569d7 100644 --- a/constants.php +++ b/constants.php @@ -6,6 +6,8 @@ define('FRESHRSS_VERSION', '1.16.3-dev'); define('FRESHRSS_WEBSITE', 'https://freshrss.org'); define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/'); +define('APP_NAME', 'FreshRSS'); + define('FRESHRSS_PATH', __DIR__); define('PUBLIC_PATH', FRESHRSS_PATH . '/p'); define('PUBLIC_TO_INDEX_PATH', '/i'); @@ -14,6 +16,7 @@ define('PUBLIC_RELATIVE', '..'); define('LIB_PATH', FRESHRSS_PATH . '/lib'); define('APP_PATH', FRESHRSS_PATH . '/app'); define('CORE_EXTENSIONS_PATH', LIB_PATH . '/core-extensions'); +define('TESTS_PATH', FRESHRSS_PATH . '/tests'); //</Not customisable> function safe_define($name, $value) { |
