diff options
author | TheTroll <trolldev@gmail.com> | 2010-03-17 14:31:57 +0100 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-03-17 14:31:57 +0100 |
commit | 4fc4fe8dba013523e021674e4fa0cb4aa0e94163 (patch) | |
tree | ed8931aa89bc66d8d20a5c6e7a224bd7141ac53c /bin/session.php | |
parent | b531002d2f3791e1499f4b4de030500932ce73da (diff) | |
download | istreamdev-4fc4fe8dba013523e021674e4fa0cb4aa0e94163.tar.gz istreamdev-4fc4fe8dba013523e021674e4fa0cb4aa0e94163.tar.bz2 |
Fixed path
Diffstat (limited to 'bin/session.php')
-rwxr-xr-x | bin/session.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/session.php b/bin/session.php index bbc175a..3409688 100755 --- a/bin/session.php +++ b/bin/session.php @@ -69,9 +69,9 @@ function sessioncreate($type, $url, $mode) // Create logo if ($type == 'vid') - generatelogo($type, $url, '../ram/' .$session .'/logo.png'); + generatelogo($type, $url, '../ram/' .$session .'/thumb.png'); else - generatelogo($type, $channame, '../ram/' .$session .'/logo.png'); + generatelogo($type, $channame, '../ram/' .$session .'/thumb.png'); return $session; } |