<<< Date Index >>>     <<< Thread Index >>>

Re: WordPress 2.0.3 SQL Error and Full Path Disclosure



Change in wp-includes/classes.php : 

line : if (empty($page))
for 
line : if (empty($page) || $page <0 || !is_integer($page))

it's easy.