aboutsummaryrefslogtreecommitdiff
path: root/constants.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-05-15 03:21:36 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-05-15 03:21:36 +0200
commit256c8613a4046931dcd28ab22b6aebe8752a98c2 (patch)
tree2dbca039f47aec102a01e9a7d999fcfc26d294b4 /constants.php
parentf4b0661f3db9f0bafb97636808ddc2274010d440 (diff)
First draft of PubSubHubbub
https://github.com/FreshRSS/FreshRSS/issues/312 Requires setting base_url in config.php. Currently using the filesystem (no change to the database)
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 b20bf0710..5bb410e29 100644
--- a/constants.php
+++ b/constants.php
@@ -18,6 +18,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');