<?php
if (is_file(H . ICONS_FILES . $file['ras'] . '.png')) {
@copy(H . ICONS_FILES . $file['ras'] . '.png', $file['scr14']['png']);
} else {
@copy(H . ICONS_FILES . 'file.png', $file['scr14']['png']);
}
@chmod($file['scr14']['png'], 0777);
$file['icon'] = "/sys/obmen/screens/width-14_$file[file_base64]-$file[size].png";