Files
hexound.ru/library.php
Alexandr aaf9a59303 Initial
2018-03-26 15:25:02 +02:00

6 lines
106 B
PHP
Executable File

<?php
$inp = file_get_contents('mods.json');
$library = json_decode($inp);
echo json_encode($library);
?>