]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_confirm.php
Move HTML part of oid to template + replace outside the tpl
[friendica.git] / mod / dfrn_confirm.php
index 76b99cbca7a121ba600553992bf8ee310d4af24b..f02119807f83b8e53e558ff8193711404ddeafaf 100644 (file)
@@ -146,7 +146,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) {
                         */
                        require_once('include/crypto.php');
 
-                       $res = new_keypair(1024);
+                       $res = new_keypair(4096);
 
                        $private_key = $res['prvkey'];
                        $public_key  = $res['pubkey'];
@@ -671,7 +671,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) {
                else
                        $photo = $a->get_baseurl() . '/images/person-175.jpg';
                                
-               require_once("Photo.php");
+               require_once("include/Photo.php");
 
                $photos = import_profile_photo($photo,$local_uid,$dfrn_record);