Umbau Testtool auf .ogg Audiofiles

This commit is contained in:
kindlm
2017-02-07 10:10:01 +01:00
parent 11d29854e5
commit 4f42c7ec12
5 changed files with 21 additions and 17 deletions
+5 -1
View File
@@ -44,7 +44,11 @@ else
if($qry!='')
{
//Header fuer Sound schicken
header("Content-type: audio/mp3");
header("Content-type: audio/ogg");
//Caching unterbinden
header("Cache-Control: no-cache, no-store, must-revalidate"); // HTTP 1.1.
header("Pragma: no-cache"); // HTTP 1.0.
header("Expires: 43200"); // Proxies.
//base64 Werte in Zeichen
$result = $db->db_query($qry);
$row = $db->db_fetch_object($result);