summaryrefslogtreecommitdiffstats
path: root/lib/class/stream.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-06-10 21:18:52 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-06-10 21:18:52 +0000
commit7603bf219716e7419ef051deea4fedf0b108584f (patch)
tree0e2eff789d01ff5c5f8a1543ef53add5465ca234 /lib/class/stream.class.php
parentb0fdd250fc4f06dba29629fed73f7185afd997b6 (diff)
downloadampache-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.php2
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();