diff options
author | friendica <info@friendica.com> | 2013-04-14 22:24:47 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-04-14 22:24:47 -0700 |
commit | b84d8bfbc93be57bf84e03fa4b858edcd5616668 (patch) | |
tree | 378aebd74c0dbd173dfac1f6751672688a44b52a /boot.php | |
parent | e411a4bdc27cd443abf613a0044effb4604223f0 (diff) | |
download | volse-hubzilla-b84d8bfbc93be57bf84e03fa4b858edcd5616668.tar.gz volse-hubzilla-b84d8bfbc93be57bf84e03fa4b858edcd5616668.tar.bz2 volse-hubzilla-b84d8bfbc93be57bf84e03fa4b858edcd5616668.zip |
begin to cut the umbilical
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -38,8 +38,8 @@ require_once('library/Mobile_Detect/Mobile_Detect.php'); require_once('include/BaseObject.php'); require_once('include/features.php'); -define ( 'FRIENDICA_PLATFORM', 'Friendica Red'); -define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R'); +define ( 'RED_PLATFORM', 'Red'); +define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); define ( 'DB_UPDATE_VERSION', 1040 ); @@ -873,7 +873,7 @@ class App { $this->page['htmlhead'] = replace_macros($tpl, array( '$baseurl' => $this->get_baseurl(), '$local_user' => local_user(), - '$generator' => FRIENDICA_PLATFORM . ' ' . FRIENDICA_VERSION, + '$generator' => RED_PLATFORM . ' ' . RED_VERSION, '$update_interval' => $interval, '$head_css' => head_get_css(), '$head_js' => head_get_js(), |