diff -r fb7cd02b9848 -r 561aa6d282f6 web/wp-content/plugins/wptouch/ajax/load-plugins.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/plugins/wptouch/ajax/load-plugins.php Mon Feb 01 09:51:57 2010 +0000 @@ -0,0 +1,12 @@ +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 '
We were not able to load the Wire panel on your server.
'; +} +?> \ No newline at end of file