diff options
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; |