diff options
author | friendica <info@friendica.com> | 2013-06-19 21:50:14 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-06-19 21:50:14 -0700 |
commit | 3b1e5e5204d7cade3afc320cc45b1eb4efa6743c (patch) | |
tree | cb5eba6c9cdffc771443a868e99c38cd81f2d401 /boot.php | |
parent | 4f06905a186252327e7446b8767889dc37aff9fc (diff) | |
download | volse-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-x | boot.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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'); |