diff options
author | TheTroll <trolldev@gmail.com> | 2010-03-17 16:36:14 +0100 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-03-17 16:36:14 +0100 |
commit | 1012e0af0746ed8aee4fe4a372020758ea87ffdf (patch) | |
tree | c6153d923bed65e57cc526a3d4bc829e09a9e66f /bin/backend.php | |
parent | 41de0f465be99cf6022c98f7becf154ab9b6bb9d (diff) | |
download | istreamdev-1012e0af0746ed8aee4fe4a372020758ea87ffdf.tar.gz istreamdev-1012e0af0746ed8aee4fe4a372020758ea87ffdf.tar.bz2 |
Show running sessions
Diffstat (limited to 'bin/backend.php')
-rwxr-xr-x | bin/backend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/backend.php b/bin/backend.php index 6ef736b..1c99f7e 100755 --- a/bin/backend.php +++ b/bin/backend.php @@ -21,7 +21,7 @@ switch ($action) print $tree; break; case ("getRunningSessions"): - $tree = file_get_contents('textfiles/getRunningSessions.txt'); + $tree = getRunningSessions(); print $tree; break; case ("getTvCat"): |