Platinus-Rewrite/public/api/versioncompatibility/allowedmd5hash.php

19 lines
360 B
PHP

<?php
/*
Allowed MD5 hash list
*/
require $_SERVER["DOCUMENT_ROOT"] . "/../../../WebAssemblies/loader.php";
$page = new Platinus\API();
if(isset($_GET["apiKey"]) && $_GET["apiKey"]=="2b4ba7fc-5843-44cf-b107-ba22d3319dcd"){
$page->RespondJSON(array("data"=>["61638c49f710802c55b1f24ebd28ea3c"]));
}else{
$page->InvokeError(403, "Unauthorized");
}
//EOF