aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-06-19 21:50:14 -0700
committerfriendica <info@friendica.com>2013-06-19 21:50:14 -0700
commit3b1e5e5204d7cade3afc320cc45b1eb4efa6743c (patch)
treecb5eba6c9cdffc771443a868e99c38cd81f2d401 /boot.php
parent4f06905a186252327e7446b8767889dc37aff9fc (diff)
downloadvolse-hubzilla-3b1e5e5204d7cade3afc320cc45b1eb4efa6743c.tar.gz
volse-hubzilla-3b1e5e5204d7cade3afc320cc45b1eb4efa6743c.tar.bz2
volse-hubzilla-3b1e5e5204d7cade3afc320cc45b1eb4efa6743c.zip
source code re-org, move taxonomy to separate include
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 0ad093d6a..661a77f2a 100755
--- a/boot.php
+++ b/boot.php
@@ -37,6 +37,8 @@ require_once('include/permissions.php');
require_once('library/Mobile_Detect/Mobile_Detect.php');
require_once('include/BaseObject.php');
require_once('include/features.php');
+require_once('include/taxonomy.php');
+
define ( 'RED_PLATFORM', 'Red Matrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');