Init.
This commit is contained in:
22
audio.php
Normal file
22
audio.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
ini_set("display_errors","1");
|
||||
|
||||
ini_set("display_startup_errors","1");
|
||||
|
||||
ini_set('error_reporting', E_ALL);
|
||||
|
||||
ini_set("log_errors","1");
|
||||
|
||||
ini_set("error_log","php-errors.log");
|
||||
|
||||
//header("Content-Type: audio/mp3; codecs=opus;",true); //charset=us-ascii
|
||||
|
||||
//header("Accept-Ranges: bytes");
|
||||
|
||||
//charset=us-ascii
|
||||
|
||||
$ttime=time();
|
||||
|
||||
$body = file_get_contents('php://input');
|
||||
|
||||
Reference in New Issue
Block a user