summaryrefslogtreecommitdiff
path: root/bin/backend.php
diff options
context:
space:
mode:
authorTheTroll <trolldev@gmail.com>2010-03-16 17:11:07 +0100
committerTheTroll <trolldev@gmail.com>2010-03-16 17:11:07 +0100
commit5bf4c116309cede976a6e987de2746a755171d31 (patch)
treeec7726ef928334f46daccf5e30ec1cc56b3cdc72 /bin/backend.php
parentc6042ad02ec8738bc3bc05fafd65896c54cc3f18 (diff)
downloadistreamdev-5bf4c116309cede976a6e987de2746a755171d31.tar.gz
istreamdev-5bf4c116309cede976a6e987de2746a755171d31.tar.bz2
PHP: now get info from channels
Diffstat (limited to 'bin/backend.php')
-rw-r--r--bin/backend.php2
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;