Partial revert of r49700: per Tim, this should probably stay, since it is likely...
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 19 May 2009 14:51:42 +0000 (14:51 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 19 May 2009 14:51:42 +0000 (14:51 +0000)
includes/templates/PHP4.php

index fb794a3..058351a 100644 (file)
@@ -70,7 +70,8 @@ if ( $baseUrl ) {
        if( function_exists( 'file_get_contents' ) ) {
                $errorLevel = error_reporting();
                error_reporting( $errorLevel & !E_WARNING );
-
+               
+               ini_set( 'allow_url_fopen', '1' );
                $s = file_get_contents( $testUrl );
                
                error_reporting( $errorLevel );