aboutsummaryrefslogtreecommitdiff
path: root/constants.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-06-01 19:42:09 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-06-01 19:42:09 +0200
commitee55fd13a9ac24b908b83f0f6b0ae2cbb8f2c3f0 (patch)
treec4bcf466e174c9abc1f15b29e8940e5fabad803d /constants.php
parent12972ee54ab7a732f1ca2349ff2ce46e6b245404 (diff)
parent137c498c84da23f9abad2217c5fd716d6c514573 (diff)
Merge pull request #831 from Alkarex/PubSubHubbub
PubSubHubbub
Diffstat (limited to 'constants.php')
-rw-r--r--constants.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.php b/constants.php
index 6e7796616..d5f0cc06b 100644
--- a/constants.php
+++ b/constants.php
@@ -19,6 +19,7 @@ define('FRESHRSS_PATH', dirname(__FILE__));
define('UPDATE_FILENAME', DATA_PATH . '/update.php');
define('USERS_PATH', DATA_PATH . '/users');
define('CACHE_PATH', DATA_PATH . '/cache');
+ define('PSHB_PATH', DATA_PATH . '/PubSubHubbub');
define('LIB_PATH', FRESHRSS_PATH . '/lib');
define('APP_PATH', FRESHRSS_PATH . '/app');