aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-09-15 22:23:07 -0700
committerfriendica <info@friendica.com>2014-09-15 22:23:07 -0700
commit6c0133be1f945215ae5b21c4e6da0fda2817a0a3 (patch)
treebfe023864da3f805691184d5ebe69b3abf3306ad /boot.php
parent5f9c326ad7b7ba4a4c84ff2582898414f76267ca (diff)
downloadvolse-hubzilla-6c0133be1f945215ae5b21c4e6da0fda2817a0a3.tar.gz
volse-hubzilla-6c0133be1f945215ae5b21c4e6da0fda2817a0a3.tar.bz2
volse-hubzilla-6c0133be1f945215ae5b21c4e6da0fda2817a0a3.zip
change platform name to redmatrix (lowercase, one word) for use in meta tags and stuff, move yet another oauth1 library to library instead of having it in plugins where we'll end up with a white screen if we re-use it in another plugin; which I plan to do.
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 339a1f052..5118038d3 100755
--- a/boot.php
+++ b/boot.php
@@ -44,7 +44,7 @@ require_once('include/Contact.php');
require_once('include/account.php');
-define ( 'RED_PLATFORM', 'Red Matrix' );
+define ( 'RED_PLATFORM', 'redmatrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );