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.

This commit is contained in:
friendica
2014-09-15 22:23:07 -07:00
parent 5f9c326ad7
commit 6c0133be1f
6 changed files with 4949 additions and 1 deletions

View File

@@ -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 );