diff --git a/_function.php b/_function.php index fedbdba..72098ee 100644 --- a/_function.php +++ b/_function.php @@ -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 ); } - } \ No newline at end of file + }