web/wp-content/plugins/wptouch/ajax/load-plugins.php
author hurons@caf4f556-3d62-0410-8435-a86758001935
Tue, 02 Feb 2010 15:44:16 +0000
branchwordpress
changeset 132 4d4862461b8d
parent 123 561aa6d282f6
permissions -rw-r--r--
Update Wordpress 2.9.1

<?php	
	require_once( WP_CONTENT_DIR . '/../wp-includes/class-snoopy.php');
	
	$snoopy = new Snoopy();
	$snoopy->offsiteok = true; /* allow a redirect to different domain */
	$result = $snoopy->fetch( 'http://www.bravenewcode.com/custom/wptouch-plugin-compat-list.php' );
if($result) {
	echo $snoopy->results;
} else {
	echo '<p>We were not able to load the Wire panel on your server.</p>';
}
?>