File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -235,14 +235,14 @@ public function is_need_redirect($is_final, $current_url = null)
235235 throw new InvalidParamException ('(!is_string($current_url)) ' );
236236 }
237237
238- \Yii::info ("current_url = {$ current_url }" , self ::class);
238+ /* \Yii::info("current_url = {$current_url}", self::class);*/
239239 $ parsed_current_url = parse_url ($ current_url );
240240
241- \Yii::info ("parsed_current_url = " . print_r ($ parsed_current_url , true ), self ::class);
241+ // \Yii::info("parsed_current_url = " . print_r($parsed_current_url, true), self::class);
242242 $ redirurl = $ this ->GETredirurl ($ parsed_current_url , $ is_final );
243243
244- \Yii::info ("redirurl = {$ redirurl }" , self ::class);
245- \Yii::info ("this = " . print_r ($ this , true ), self ::class);
244+ // \Yii::info("redirurl = {$redirurl}", self::class);
245+ // \Yii::info("this = " . print_r($this, true), self::class);
246246 if ($ redirurl === $ current_url ) {
247247 return false ;
248248 }
You can’t perform that action at this time.
0 commit comments