web/wp-content/plugins/wptouch/ajax/load-plugins.php
changeset 136 bde1974c263b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/plugins/wptouch/ajax/load-plugins.php	Wed Feb 03 15:37:20 2010 +0000
@@ -0,0 +1,12 @@
+<?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>';
+}
+?>
\ No newline at end of file