mirror of
https://git.bakhai.co.in/FbIN/4Get.git
synced 2025-11-04 20:11:32 +05:30
19 lines
No EOL
302 B
PHP
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);
|
|
}
|
|
} |