diff options
author | friendica <info@friendica.com> | 2014-12-29 23:48:04 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-12-29 23:48:04 -0800 |
commit | 5cfe0511391e391d46b91efaa8df3501d498fd21 (patch) | |
tree | 37239d3dade1c3f1aee197dc7300085994c9549f /boot.php | |
parent | 50943f439cb755c052507b8b459740a0ded193c2 (diff) | |
download | volse-hubzilla-5cfe0511391e391d46b91efaa8df3501d498fd21.tar.gz volse-hubzilla-5cfe0511391e391d46b91efaa8df3501d498fd21.tar.bz2 volse-hubzilla-5cfe0511391e391d46b91efaa8df3501d498fd21.zip |
initial trinidad checkin
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -45,7 +45,8 @@ require_once('include/Contact.php'); require_once('include/account.php'); -define ( 'RED_PLATFORM', 'redmatrix' ); +define ( 'RED_PLATFORM', 'trinidad' ); +define ( 'TRINIDAD', true ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); |