aboutsummaryrefslogtreecommitdiffstats
path: root/scraper/mullvad_brave.php
blob: 958733be6771e982ffb4fc07d4919f22a55cc05b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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);
	}
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage