X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=bcc858fa18457c78a5d2bb33439148fc9493bf44;hb=aca8c8a13a8c3a850cad26efbc1e262b99c7b8a3;hp=2c12ed508569d94e767ad206e21483aa82dbd5ed;hpb=aea5584bf14387dff2bd2b62335b8b94f939c6ff;p=friendica.git diff --git a/boot.php b/boot.php index 2c12ed5085..bcc858fa18 100644 --- a/boot.php +++ b/boot.php @@ -9,7 +9,7 @@ require_once('include/nav.php'); require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '2.3.1203' ); +define ( 'FRIENDICA_VERSION', '2.3.1208' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1112 ); @@ -701,7 +701,7 @@ function login($register = false, $hiddens=false) { '$lpassword' => array('password', t('Password: '), '', ''), '$openid' => !$noid, - '$lopenid' => array('openid_url', t('OpenID: '),'',''), + '$lopenid' => array('openid_url', t('Or login using OpenID: '),'',''), '$hiddens' => $hiddens,