Bug#500296:

2008-09-28 Thread Andrea De Iacovo
Hi. You're absolutely right. I'll fix this with the next release. Thank you for reporting. Cheers. Andrea De Iacovo signature.asc Description: Questa รจ una parte del messaggio firmata digitalmente

Bug#500296: file check in wp-config.php does not abort script execution when the config file does not exist

2008-09-26 Thread Raphael Geissert
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