EIOS/rabprog/ilive.php

5 lines
126 B
PHP
Raw Permalink Normal View History

2023-12-28 15:39:22 +03:00
<?php
session_start();
header('Content-Type: application/json; charset=utf-8');
error_reporting(0);
echo json_encode(array());