if (isset($del_photo2)) {
            if ('1' == $del_photo2) {
                if (@file_exists('' . $destination2 . '/' . Request::getString('photo2_old') . '')) {
                    unlink('' . $destination2 . '/' . Request::getString('photo2_old') . '');
                }