diff options
| author | 2015-06-01 19:42:09 +0200 | |
|---|---|---|
| committer | 2015-06-01 19:42:09 +0200 | |
| commit | ee55fd13a9ac24b908b83f0f6b0ae2cbb8f2c3f0 (patch) | |
| tree | c4bcf466e174c9abc1f15b29e8940e5fabad803d /constants.php | |
| parent | 12972ee54ab7a732f1ca2349ff2ce46e6b245404 (diff) | |
| parent | 137c498c84da23f9abad2217c5fd716d6c514573 (diff) | |
Merge pull request #831 from Alkarex/PubSubHubbub
PubSubHubbub
Diffstat (limited to 'constants.php')
| -rw-r--r-- | constants.php | 1 |
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'); |
