summaryrefslogtreecommitdiff
path: root/bin/backend.php
diff options
context:
space:
mode:
authorTheTroll <trolldev@gmail.com>2010-03-27 19:46:30 +0100
committerTheTroll <trolldev@gmail.com>2010-03-27 19:46:30 +0100
commit275c3cd3d4532aa927945a940bb9c5b8304ba365 (patch)
tree1028da611e16c72bca64a46935cff7e42fe627bf /bin/backend.php
parent4241ab5e4b0d7a1a0165175c1067ac22edd76de8 (diff)
downloadistreamdev-275c3cd3d4532aa927945a940bb9c5b8304ba365.tar.gz
istreamdev-275c3cd3d4532aa927945a940bb9c5b8304ba365.tar.bz2
Added debug mode
Diffstat (limited to 'bin/backend.php')
-rwxr-xr-xbin/backend.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/backend.php b/bin/backend.php
index ad72df7..ca9917a 100755
--- a/bin/backend.php
+++ b/bin/backend.php
@@ -6,6 +6,7 @@ if (file_exists('../config.php'))
include ('../config.php');
else
include ('../config_default.php');
+include ('./debug.php');
include ('./auth.php');
include ('../getid3/getid3.php');
include ('./utils.php');
@@ -16,6 +17,9 @@ include ('./session.php');
include ('./jsonapi.php');
$action=$_REQUEST['action'];
+
+addlog("Executing action [" .$action ."]");
+
switch ($action)
{
case ("getGlobals"):