diff options
author | TheTroll <trolldev@gmail.com> | 2010-03-16 17:11:07 +0100 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-03-16 17:11:07 +0100 |
commit | 5bf4c116309cede976a6e987de2746a755171d31 (patch) | |
tree | ec7726ef928334f46daccf5e30ec1cc56b3cdc72 /bin/backend.php | |
parent | c6042ad02ec8738bc3bc05fafd65896c54cc3f18 (diff) | |
download | istreamdev-5bf4c116309cede976a6e987de2746a755171d31.tar.gz istreamdev-5bf4c116309cede976a6e987de2746a755171d31.tar.bz2 |
PHP: now get info from channels
Diffstat (limited to 'bin/backend.php')
-rw-r--r-- | bin/backend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/backend.php b/bin/backend.php index 631330d..c7ff4db 100644 --- a/bin/backend.php +++ b/bin/backend.php @@ -33,7 +33,7 @@ switch ($action) break; case ("getChanInfo"): - $tree = file_get_contents("textfiles/getChanInfo.txt"); + $tree = getChanInfo($_REQUEST['chan']); print $tree; break; |