mirror of
https://github.com/friendica/friendica
synced 2024-11-20 06:23:41 +00:00
bug #95
This commit is contained in:
parent
694c1c1af4
commit
e320975d73
1 changed files with 1 additions and 1 deletions
|
@ -507,7 +507,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) {
|
||||||
$local_uid = $r[0]['uid'];
|
$local_uid = $r[0]['uid'];
|
||||||
|
|
||||||
|
|
||||||
if(! strstr($my_prvkey,'BEGIN RSA PRIVATE KEY')) {
|
if(! strstr($my_prvkey,'PRIVATE KEY')) {
|
||||||
$message = t('Our site encryption key is apparently messed up.');
|
$message = t('Our site encryption key is apparently messed up.');
|
||||||
xml_status(3,$message);
|
xml_status(3,$message);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue