Просмотр поста

.
fanatos
Менделеев

Beibarys, в admin/upload.php , 42 cтрока

if(!$more_file){
// Массив настроек полей ввода //
$down_add = file_get_contents('set_add.dat');
$down_add = unserialize($down_add);
// Массив с именами полей //
$arr_input = explode(',', $down_add[$_POST['type_upload']]);
$arr_input = array('desc');
}else{
    $arr_input = array('desc');
}