From ece59b778ecbe2eefa4db4e5f6bac90a4d4ab4e2 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 3 Nov 2012 16:40:05 -0700 Subject: turn off some "advanced" features by default, like archives and saved search - even though we don't yet have a screen to turn them on. That will come. --- boot.php | 1 + 1 file changed, 1 insertion(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 3958a0bac..7daab9247 100644 --- a/boot.php +++ b/boot.php @@ -11,6 +11,7 @@ require_once('include/cache.php'); require_once('include/permissions.php'); require_once('library/Mobile_Detect/Mobile_Detect.php'); require_once('include/BaseObject.php'); +require_once('include/features.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica Red'); define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R'); -- cgit v1.2.3