mirror of
https://github.com/friendica/friendica
synced 2025-04-25 11:50:11 +00:00
add rudimentary locking capability to Friendica functions
This commit is contained in:
parent
360c35e438
commit
168ae40dd2
4 changed files with 166 additions and 21 deletions
|
@ -432,7 +432,7 @@ function probe_url($url, $mode = PROBE_NORMAL) {
|
|||
intval(local_user())
|
||||
);
|
||||
if(count($x) && count($r)) {
|
||||
$mailbox = construct_mailbox_name($r[0]);
|
||||
$mailbox = construct_mailbox_name($r[0]);
|
||||
$password = '';
|
||||
openssl_private_decrypt(hex2bin($r[0]['pass']),$password,$x[0]['prvkey']);
|
||||
$mbox = email_connect($mailbox,$r[0]['user'],$password);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue