mirror of
https://github.com/hakasenyang/link-skipper
synced 2026-08-24 12:03:07 +09:00
Remove Junk code
This commit is contained in:
+1
-5
@@ -7,10 +7,6 @@
|
|||||||
*/
|
*/
|
||||||
class Redirect {
|
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';
|
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)
|
public function splits($data, $first, $end, $num = 1)
|
||||||
{
|
{
|
||||||
$temp = explode($first, $data);
|
$temp = explode($first, $data);
|
||||||
@@ -64,4 +60,4 @@
|
|||||||
}
|
}
|
||||||
return substr( base64_decode( $left . $right ), 2 );
|
return substr( base64_decode( $left . $right ), 2 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user