aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-12-29 23:48:04 -0800
committerfriendica <info@friendica.com>2014-12-29 23:48:04 -0800
commit5cfe0511391e391d46b91efaa8df3501d498fd21 (patch)
tree37239d3dade1c3f1aee197dc7300085994c9549f /boot.php
parent50943f439cb755c052507b8b459740a0ded193c2 (diff)
downloadvolse-hubzilla-5cfe0511391e391d46b91efaa8df3501d498fd21.tar.gz
volse-hubzilla-5cfe0511391e391d46b91efaa8df3501d498fd21.tar.bz2
volse-hubzilla-5cfe0511391e391d46b91efaa8df3501d498fd21.zip
initial trinidad checkin
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index a8c84c7b9..666238d7c 100755
--- a/boot.php
+++ b/boot.php
@@ -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 );