From 7603bf219716e7419ef051deea4fedf0b108584f Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 10 Jun 2007 21:18:52 +0000 Subject: removed rewrite of port with force_http_play on --- lib/class/stream.class.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/class') diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php index 375e04fe..5b19ab23 100644 --- a/lib/class/stream.class.php +++ b/lib/class/stream.class.php @@ -46,9 +46,7 @@ class Stream { $this->web_path = Config::get('web_path'); if (Config::get('force_http_play')) { - $port = Config::get('http_port'); $this->web_path = preg_replace("/https/", "http",$this->web_path); - $this->web_path = preg_replace("/:\d+/",":$port",$this->web_path); } $this->sess = session_id(); -- cgit