10 lines
341 B
PHP
10 lines
341 B
PHP
<?php
|
|
|
|
|
|
header('Content-Type: application/json');
|
|
header("Cache-Control: no-cache, no-store");
|
|
header("Pragma: no-cache");
|
|
header("Expires: -1");
|
|
header("Last-Modified: " . gmdate("D, d M Y H:i:s T") . " GMT");
|
|
|
|
//echo '{"ExeVersion": "'.$ws->StudioFileVersion.'", "ValidateInstalledExeVersion": "True", "ShowInstallSuccessPrompt": "True"}';
|