summaryrefslogtreecommitdiff
path: root/bin/backend.php
diff options
context:
space:
mode:
authorTheTroll <trolldev@gmail.com>2010-03-17 16:36:14 +0100
committerTheTroll <trolldev@gmail.com>2010-03-17 16:36:14 +0100
commit1012e0af0746ed8aee4fe4a372020758ea87ffdf (patch)
treec6153d923bed65e57cc526a3d4bc829e09a9e66f /bin/backend.php
parent41de0f465be99cf6022c98f7becf154ab9b6bb9d (diff)
downloadistreamdev-1012e0af0746ed8aee4fe4a372020758ea87ffdf.tar.gz
istreamdev-1012e0af0746ed8aee4fe4a372020758ea87ffdf.tar.bz2
Show running sessions
Diffstat (limited to 'bin/backend.php')
-rwxr-xr-xbin/backend.php2
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"):