Package: wordpress Version: 2.5.1-7 Severity: minor Tags: patch > if (!file_exists($debian_file)) { > header("HTTP/1.0 404 Not Found"); > echo "404 Not found"; > }
should be > if (!file_exists($debian_file)) { > header("HTTP/1.0 404 Not Found"); > echo "404 Not found"; > exit; > } Cheers, -- Atomo64 - Raphael Please avoid sending me Word, PowerPoint or Excel attachments. See http://www.gnu.org/philosophy/no-word-attachments.html
signature.asc
Description: This is a digitally signed message part.