Код: Выделить всё
$attachment['real_filename']=implode('.', $p_array)." [{$config['server_name']}].".$attachment['extension'];
Код: Выделить всё
$attachment['real_filename']="test.torrent";
Код: Выделить всё
$attachment['real_filename']=implode('.', $p_array)." [{$config['server_name']}].".$attachment['extension'];
Код: Выделить всё
$attachment['real_filename']= "[{$config['server_name']}] ".implode('.', $p_array).".".$attachment['extension'];
komivlad