mirror of
https://github.com/house-of-vanity/hexound.ru.git
synced 2025-07-06 14:24:08 +00:00
Initial
This commit is contained in:
5
library.php
Executable file
5
library.php
Executable file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
$inp = file_get_contents('mods.json');
|
||||
$library = json_decode($inp);
|
||||
echo json_encode($library);
|
||||
?>
|
Reference in New Issue
Block a user