<?php require_once '../include.php'; oc_sendNoCacheHeaders(); if (! $OC_statusAR['OC_PROGRAM_mobile_open']) { print "Program is not available"; exit; } header('Content-Type: text/javascript'); echo '{"id":"e752a933-3e3b-4058-8542-8c2a28b66fb6","js":[{"path":"mobile-js.php","update":"full","version":"' . $OC_configAR['OC_PROGRAM_mobile_updated'] . '"}],"css":[{"path":"resources/css/app.css","update":"full","version":"65dba3e2382d5b1c78dda2a54bb1263151294b4b"}]}'; ?>