summaryrefslogtreecommitdiff
path: root/bin/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'bin/backend.php')
-rwxr-xr-xbin/backend.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/backend.php b/bin/backend.php
index dcb79e9..6ef736b 100755
--- a/bin/backend.php
+++ b/bin/backend.php
@@ -20,7 +20,10 @@ switch ($action)
$tree = getGlobals();
print $tree;
break;
-
+ case ("getRunningSessions"):
+ $tree = file_get_contents('textfiles/getRunningSessions.txt');
+ print $tree;
+ break;
case ("getTvCat"):
$tree = getTvCat();
print $tree;