Last modified: 2008-04-11 23:50:38 UTC
Created attachment 4801 [details] Patch against current StaticWiki from trunk In the StaticWiki extension, file_get_contents() is used twice, one with error messages suppressed. As file_get_contents() requires allow_url_fopen to be enabled, the attached patch replaces it with Http::get(). Tested on local install and works fine.
Applied in r33153