diff options
author | friendica <info@friendica.com> | 2012-11-03 16:40:05 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-03 16:40:05 -0700 |
commit | ece59b778ecbe2eefa4db4e5f6bac90a4d4ab4e2 (patch) | |
tree | 5784e71a595ff7fae5a7f0b91b2f9105e400bc7f /boot.php | |
parent | f5b1eee1779e678cd540651bfee73e7126a0c583 (diff) | |
download | volse-hubzilla-ece59b778ecbe2eefa4db4e5f6bac90a4d4ab4e2.tar.gz volse-hubzilla-ece59b778ecbe2eefa4db4e5f6bac90a4d4ab4e2.tar.bz2 volse-hubzilla-ece59b778ecbe2eefa4db4e5f6bac90a4d4ab4e2.zip |
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.
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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'); |