OPEN includes/functions_portal.php
FIND $text = str_replace("n", "n<br>n", $text);
AFTER ADD if (strpos($text, '..script') !== false) { $text = str_replace ('..script', ".script", $text); }
OPEN admin/admin_blocks.php
FIND $message = str_replace('<lt>', '>', $message); $message = str_replace('<br>', "n", $message);
AFTER ADD if (strpos($message, '..script') !== false) { $message = str_replace ('..script', ".script", $message); }
Statistics: Posted Author: Teelk — Thu Feb 01, 2007 2:19 am
]]>