diff options
author | TheTroll <trolldev@gmail.com> | 2010-02-26 17:54:04 +0100 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-02-26 17:54:04 +0100 |
commit | e02a8a1c841686b469a2664815a6cc0f3c5a039b (patch) | |
tree | 75df3c2b584124e962a40a2ea0f14b943d7c7fd0 /includes | |
parent | c098143b66784a518de81bc3f639993ac1d6f3ec (diff) | |
download | istreamdev-e02a8a1c841686b469a2664815a6cc0f3c5a039b.tar.gz istreamdev-e02a8a1c841686b469a2664815a6cc0f3c5a039b.tar.bz2 |
Fixed recordings logo while running
Diffstat (limited to 'includes')
-rwxr-xr-x | includes/inc_stream.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/inc_stream.php b/includes/inc_stream.php index d6297e0..abd1d57 100755 --- a/includes/inc_stream.php +++ b/includes/inc_stream.php @@ -32,7 +32,7 @@ if (infostreamexist()) break; case 2: $channoslash = preg_replace("$/$", " ", $realname); - $logopath = "logos/" .$channslash .".png"; + $logopath = "logos/" .$channoslash .".png"; if (!file_exists($logopath)) $logopath = "logos/nologoREC.png"; break; |