Remove Junk code

This commit is contained in:
hakasenyang
2016-09-21 03:49:48 +09:00
committed by GitHub
parent 20e9442f4a
commit 63aa99a54c
+1 -5
View File
@@ -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);
@@ -64,4 +60,4 @@
}
return substr( base64_decode( $left . $right ), 2 );
}
}
}