From 63aa99a54c0233ee9cc067d00035211f9aeec11c Mon Sep 17 00:00:00 2001 From: hakasenyang Date: Wed, 21 Sep 2016 03:49:48 +0900 Subject: [PATCH] Remove Junk code --- _function.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 + }