diff options
author | zottel <github@zottel.net> | 2014-02-21 08:54:46 +0100 |
---|---|---|
committer | zottel <github@zottel.net> | 2014-02-21 08:54:46 +0100 |
commit | 8bd006bea83b3dbc02d94b4714a658e8742d9633 (patch) | |
tree | 078e9d4b634d583de8359ddae94c69d86ec19d17 /boot.php | |
parent | 79c566bda33645f42f8545fdc6e55af35c4a7d5c (diff) | |
parent | 44d7047fce57085fe63ad5e1088911e9fc07a32e (diff) | |
download | volse-hubzilla-8bd006bea83b3dbc02d94b4714a658e8742d9633.tar.gz volse-hubzilla-8bd006bea83b3dbc02d94b4714a658e8742d9633.tar.bz2 volse-hubzilla-8bd006bea83b3dbc02d94b4714a658e8742d9633.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ require_once('include/BaseObject.php'); require_once('include/features.php'); require_once('include/taxonomy.php'); require_once('include/identity.php'); +require_once('include/Contact.php'); define ( 'RED_PLATFORM', 'Red Matrix' ); |