X-Git-Url: https://git.cweiske.de/playVideoOnDreamboxProxy.git/blobdiff_plain/53547a00a04ba956104748231cdc4d140355544d..af9c4898bafbfd823d3b74d225bf6bad701881b8:/www/play.php diff --git a/www/play.php b/www/play.php index 8109951..502e3f2 100644 --- a/www/play.php +++ b/www/play.php @@ -8,6 +8,11 @@ if (file_exists($cfgFile)) { include $cfgFile; } +if (isset($_SERVER['REQUEST_METHOD']) && $_SERVER['REQUEST_METHOD'] == 'GET') { + require __DIR__ . '/form.php'; + exit(); +} + set_error_handler('errorHandlerStore'); $pageUrl = getPageUrl();