[wp-hackers] WP 2.5 Demo Site

Jeremy Visser jeremy.visser at gmail.com
Wed Feb 13 01:56:56 GMT 2008


On Tue, 2008-02-12 at 19:57 -0500, Alan J Castonguay wrote:
> FYI, Chris, you left the Theme and Plugin editors enabled. Remote  
> code execution is possible.

w00t! I'll put in this:

function muahahaha() {
	header('HTTP/1.1 301 Moved Permanently');
	header('Location: http://jeremy.visser.name/'); // coolest site around
}
add_action('init', 'muahahaha');



More information about the wp-hackers mailing list