4Get/scraper/mullvad_google.php
vdbhb59 3dbed952bf Synced
Re-added solofield, added mullvad for brave and google

(73f8472eec)

(1cfeabeb7f)
2025-09-09 10:23:27 +05:30

19 lines
No EOL
304 B
PHP

<?php
class mullvad_google{
public function __construct(){
include "scraper/mullvad.php";
$this->mullvad = new mullvad("google");
}
public function getfilters($page){
return $this->mullvad->getfilters($page);
}
public function web($get){
return $this->mullvad->web($get);
}
}