fobe-web/html_clientsettings/Setting/QuietGet/ClientAppSettings.php

9 lines
239 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 $ws->ClientAppSettings;