Using 7.4.2
Dont know why im getting these slashes, can someone tell me how to get rid of them?
There are \\\ on the following pages and photo upload
/m/photos/albums/browse/all
/m/photos/view/
Upload photos
Album
user\\\"s photos
Album
user\\\"s cover photos
i tried making the changes below and it didnt change anything:
Edit the file administration\basic_settings.php
Look for this at about line 41
setParam('splash_code', process_db_input($_POST['code'], CH_TAGS_VALIDATE));
Change it to this
setParam('splash_code', clear_xss($_POST['code']));