diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-06-10 21:18:52 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-06-10 21:18:52 +0000 |
commit | 7603bf219716e7419ef051deea4fedf0b108584f (patch) | |
tree | 0e2eff789d01ff5c5f8a1543ef53add5465ca234 /lib/class/stream.class.php | |
parent | b0fdd250fc4f06dba29629fed73f7185afd997b6 (diff) | |
download | ampache-7603bf219716e7419ef051deea4fedf0b108584f.tar.gz ampache-7603bf219716e7419ef051deea4fedf0b108584f.tar.bz2 ampache-7603bf219716e7419ef051deea4fedf0b108584f.zip |
removed rewrite of port with force_http_play on
Diffstat (limited to 'lib/class/stream.class.php')
-rw-r--r-- | lib/class/stream.class.php | 2 |
1 files changed, 0 insertions, 2 deletions
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(); |