This commit is contained in:
parent
dcdaa3fc25
commit
9f36d26111
@ -172,7 +172,7 @@ function getProjects($params) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function getWebmentions($target) {
|
function getWebmentions($target) {
|
||||||
$data json_decode(file_get_contents("https://webm.yarmo.eu/get?target=$target"), true);
|
$data = json_decode(file_get_contents("https://webm.yarmo.eu/get?target=$target"), true);
|
||||||
|
|
||||||
foreach ($data as $id => $entry) {
|
foreach ($data as $id => $entry) {
|
||||||
$time = strtotime($entry["created_at"]);
|
$time = strtotime($entry["created_at"]);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user