Page MenuHomePhabricator

Remove file_get_contents() from StaticWiki
Closed, ResolvedPublic

Description

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.


Version: unspecified
Severity: minor

Attached:

Details

Reference
bz13688

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:02 PM
bzimport set Reference to bz13688.
bzimport added a subscriber: Unknown Object (MLST).