Index: trunk/xpressme_integration_kit/admin/index.php
===================================================================
--- trunk/xpressme_integration_kit/admin/index.php	(revision 583)
+++ trunk/xpressme_integration_kit/admin/index.php	(revision 640)
@@ -185,4 +185,7 @@
 		echo ( ini_get( 'register_globals' )) ? "ON" : "OFF" ;
 		echo "<br />\n";
+		echo "allow_url_fopen:   " ;
+		echo ( ini_get( 'allow_url_fopen' )) ? "ON" : "OFF" ;
+		echo "<br />\n";
 		echo "magic_quotes_gpc:   " ;
 		echo ( ini_get( 'magic_quotes_gpc' )) ? "ON" : "OFF";
@@ -257,4 +260,7 @@
 		echo "<label>register_globals:</label><text>";
 		echo ( ini_get( 'register_globals' )) ? "ON" : "OFF";
+		echo "</text><br />";
+		echo "<label>allow_url_fopen:</label><text>";
+		echo ( ini_get( 'allow_url_fopen' )) ? "ON" : "OFF";
 		echo "</text><br />";
 		echo "<label>magic_quotes_gpc:</label><text>";
