mirror of
https://github.com/friendica/friendica
synced 2025-04-26 10:30:11 +00:00
Remove obsolote functions
This commit is contained in:
parent
058c93a64c
commit
f27bc00464
8 changed files with 117 additions and 333 deletions
|
@ -1,15 +1,14 @@
|
|||
<?php
|
||||
|
||||
require_once('include/crypto.php');
|
||||
|
||||
|
||||
require_once('include/Probe.php');
|
||||
|
||||
function get_salmon_key($uri,$keyhash) {
|
||||
$ret = array();
|
||||
|
||||
logger('Fetching salmon key for '.$uri);
|
||||
|
||||
$arr = lrdd($uri);
|
||||
$arr = Probe::lrdd($uri);
|
||||
|
||||
if(is_array($arr)) {
|
||||
foreach($arr as $a) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue