Code: Alles auswählen
#
#-----[ OPEN ]---------------------------------------------
#
includes/functions.php
#
#-----[ FIND ]---------------------------------------------
# Line 915
if (strstr(urldecode($url), "\n") || strstr(urldecode($url), "\r"))
#
#-----[ REPLACE WITH ]---------------------------------------------
#
if (strstr(urldecode($url), "\n") || strstr(urldecode($url), "\r") || strstr(urldecode($url), ';url'))
EDIT: Das ein paar Zeilen nicht stimmen, kommt dann noch ein paar mal vor.
Ist mein erstes Mal, dass ich per Hand update, würde also wirklich gerne wissen, ob das so trotzdem ok ist oder ob da was nicht stimmt.