mirror of
https://github.com/house-of-vanity/hexound.ru.git
synced 2025-07-06 14:24:08 +00:00
6 lines
106 B
PHP
6 lines
106 B
PHP
![]() |
<?php
|
||
|
$inp = file_get_contents('mods.json');
|
||
|
$library = json_decode($inp);
|
||
|
echo json_encode($library);
|
||
|
?>
|