aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index f57a6701c..fe026d2e7 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 );
@@ -2198,4 +2199,4 @@ function z_get_temp_dir() {
if(! $temp_dir)
$temp_dir = sys_get_temp_dir();
return $upload_dir;
-} \ No newline at end of file
+}