files
- Empty
if ($_GET["stream"]) {
$archive = unhtmlentities($_GET["stream"]);
$file = unhtmlentities($_GET["file"]);
$f_inf = pathinfo($file);
// echo 'FILE: '.$file.' EXT: '.$f_inf['extension'];
// die();
$command_line = 'tar -zxOf "/********/htdocs'.$archive.'" "'.$file.'"';
// die();
$text_exts = array(
'nfo',
'txt',
'url',
'CUE',
'cue',
'log',
'm3u',
'LOG',
'md5',
'sfv',



