Added options to enable polling and desktop notifications
[GitHub/WoltLab/WCF.git] / constants.php
index 7a9706ebb7ab56859091e0a274233bf76ef32b85..7d8f810aac9ebd432e773dd3947d2142582bdeca 100644 (file)
@@ -221,3 +221,5 @@ define('HEAD_CODE', '');
 define('AVATAR_DEFAULT_TYPE', 'initials');
 define('ARTICLE_ENABLE_VISIT_TRACKING', 1);
 define('ENABLE_AD_ROTATION', 1);
+define('ENABLE_POLLING', 1);
+define('ENABLE_DESKTOP_NOTIFICATIONS', 1);