mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
Umbau Testtool auf .ogg Audiofiles
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user