]> git.mxchange.org Git - friendica.git/commitdiff
bug #95
authorFriendika <info@friendika.com>
Fri, 24 Jun 2011 05:23:26 +0000 (22:23 -0700)
committerFriendika <info@friendika.com>
Fri, 24 Jun 2011 05:23:26 +0000 (22:23 -0700)
mod/dfrn_confirm.php

index 7c11b78d5947a3b6ead51679e1bce148800e6ed7..e2094b1f31b97eaacb7fc44ef52465cf25cabd96 100644 (file)
@@ -507,7 +507,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) {
                $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.');
                        xml_status(3,$message);
                }