aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-05-13 16:01:00 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-05-13 16:01:00 -0700
commitd6f98e651170827453a27fec367f0f8059f3a002 (patch)
tree5c982bbde9812fe747648a5890c4be3a3c70a487 /boot.php
parentc3c202d650506ea3ed3ba9bdb92aae0b065d5e47 (diff)
downloadvolse-hubzilla-d6f98e651170827453a27fec367f0f8059f3a002.tar.gz
volse-hubzilla-d6f98e651170827453a27fec367f0f8059f3a002.tar.bz2
volse-hubzilla-d6f98e651170827453a27fec367f0f8059f3a002.zip
product was a bad string to use because we may require it for e-commerce, and RED_PLATFORM is equally problematic for other reasons.
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index d82efe68a..a12527a2c 100755
--- a/boot.php
+++ b/boot.php
@@ -45,7 +45,7 @@ require_once('include/Contact.php');
require_once('include/account.php');
-define ( 'RED_PLATFORM', 'redmatrix' );
+define ( 'PLATFORM_NAME', 'redmatrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
@@ -1013,7 +1013,7 @@ class App {
'$user_scalable' => $user_scalable,
'$baseurl' => $this->get_baseurl(),
'$local_channel' => local_channel(),
- '$generator' => RED_PLATFORM . ' ' . RED_VERSION,
+ '$generator' => PLATFORM_NAME . ' ' . RED_VERSION,
'$update_interval' => $interval,
'$icon' => head_get_icon(),
'$head_css' => head_get_css(),