Skip to content
Snippets Groups Projects
Commit 5eb5d23a authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Contacts: Closed stupid XSS hole. Thanks AnybodyElse ;-)

Conflicts:

	apps/contacts/ajax/uploadphoto.php
parent eb192ff4
Branches
No related tags found
No related merge requests found
......@@ -65,6 +65,7 @@ if ($fn) {
}
} else {
bailOut('Couldn\'t load temporary image: '.$file['tmp_name']);
bailOut(OC_Contacts_App::$l10n->t('Couldn\'t load temporary image: ').$tmpkey);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment