From e02a8a1c841686b469a2664815a6cc0f3c5a039b Mon Sep 17 00:00:00 2001 From: TheTroll Date: Fri, 26 Feb 2010 17:54:04 +0100 Subject: Fixed recordings logo while running --- includes/inc_stream.php | 2 +- ram/dummy.txt | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 ram/dummy.txt 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; diff --git a/ram/dummy.txt b/ram/dummy.txt deleted file mode 100644 index e69de29..0000000 -- cgit v1.2.3