src/Tweeper.php: use file_get_contents to retrieve the local stylesheet
authorAntonio Ospite <ao2@ao2.it>
Tue, 9 Jun 2020 22:11:12 +0000 (00:11 +0200)
committerAntonio Ospite <ao2@ao2.it>
Tue, 9 Jun 2020 22:15:42 +0000 (00:15 +0200)
Using Tweeper::getUrlContents(), which uses cURL, is really overkill to
get local file contents, keep things simple and use file_get_contents.


No differences found