4Get/scraper/mullvad_brave.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
302 B
PHP

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