mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
4 lines
88 B
PHP
Executable File
4 lines
88 B
PHP
Executable File
<?php
|
|
header('Content-Type: application/json; charset=utf-8');
|
|
echo json_encode($data);
|