This repository has been archived on 2025-01-10. You can view files and clone it, but cannot push or open issues or pull requests.
PiratX-Archive/.github/FILE_LINK.php
2017-03-27 12:33:21 +02:00

5 lines
183 B
PHP

<?php
$json = file_get_contents('https://api.github.com/repos/kriztan/Pix-Art-Messenger/releases/latest');
$data = json_decode($json);
echo $data->assets[0]->browser_download_url;
?>