mirror of
https://github.com/hakasenyang/link-skipper
synced 2026-08-27 13:33:08 +09:00
Remove Junk code
This commit is contained in:
@@ -7,10 +7,6 @@
|
||||
*/
|
||||
class Redirect {
|
||||
private $httph = 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36';
|
||||
public function __construct()
|
||||
{
|
||||
ob_start();
|
||||
}
|
||||
public function splits($data, $first, $end, $num = 1)
|
||||
{
|
||||
$temp = explode($first, $data);
|
||||
|
||||
Reference in New Issue
Block a user