Rename "fetchUrl" and "fetchUrlFull" to "fetch" and "fetchFull"
This commit is contained in:
committed by
Hypolite Petovan
parent
72c24efe5b
commit
19b2c8d833
@@ -79,7 +79,7 @@ function leistungsschutzrecht_fetchsites()
|
||||
{
|
||||
// This list works - but question is how current it is
|
||||
$url = "http://leistungsschutzrecht-stoppen.d-64.org/blacklist.txt";
|
||||
$sitelist = DI::httpRequest()->fetchUrl($url);
|
||||
$sitelist = DI::httpRequest()->fetch($url);
|
||||
$siteurls = explode(',', $sitelist);
|
||||
|
||||
$whitelist = ['tagesschau.de', 'heute.de', 'wdr.de'];
|
||||
|
||||
Reference in New Issue
Block a user