File "load.php"
Full Path: /home/analogde/www/MDPH/Json/load.php
File size: 122 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
if (file_exists('data.json')) {
echo file_get_contents('xxxdata.json');
} else {
echo json_encode([]);
}
?>