1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:35:56 +00:00

remove js-based player, better mp3 support detection for html5 audio

This commit is contained in:
Andrew Dolgov
2013-04-16 15:44:38 +04:00
parent 82d77f24a5
commit 40fe2d7382
4 changed files with 8 additions and 38 deletions

View File

@@ -334,6 +334,7 @@ class RPC extends Handler_Protected {
function sanityCheck() {
$_SESSION["hasAudio"] = $_REQUEST["hasAudio"] === "true";
$_SESSION["hasSandbox"] = $_REQUEST["hasSandbox"] === "true";
$_SESSION["hasMp3"] = $_REQUEST["hasMp3"] === "true";
$reply = array();