fobe-web/html_versioncompatibility/GetAllowedMD5Hashes.php

12 lines
176 B
PHP

<?php
RCCHeaderEnvironment();
header('Content-Type: application/json');
echo json_encode(array(
"data" => array(
$ws->md5_hash
)
), JSON_UNESCAPED_SLASHES);