diff options
author | TheTroll <trolldev@gmail.com> | 2010-03-17 15:05:22 +0100 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-03-17 15:05:22 +0100 |
commit | 41ad9b1fd6a4cc5370c402def49dd87e89b2953a (patch) | |
tree | 0a7a004a63bdf6edfdb4137b2bda9d303d695b03 /bin | |
parent | 281c41400b062da65dad78209cf9c858d46c4c0c (diff) | |
download | istreamdev-41ad9b1fd6a4cc5370c402def49dd87e89b2953a.tar.gz istreamdev-41ad9b1fd6a4cc5370c402def49dd87e89b2953a.tar.bz2 |
Now use hardcoded names for quality
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/session.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/session.php b/bin/session.php index 3409688..0c0b704 100755 --- a/bin/session.php +++ b/bin/session.php @@ -45,7 +45,6 @@ function sessioncreate($type, $url, $mode) } $cmd = str_replace('%', '%%', $cmd); - exec ('echo "' .$cmd .'" > /tmp/a'); exec ($cmd); // Extract $channame if needed |