if (isset($del_photo)) {
            if ('1' == $del_photo) {
                if (@file_exists('' . $destination . '/' . Request::getString('photo_old') . '')) {
                    unlink('' . $destination . '/' . Request::getString('photo_old') . '');
                }