File "load.php"
Full Path: /home/analogde/www/Chart burndown/load.php
File size: 129 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([]);
}
?>