updated for correct url

This commit is contained in:
Karl Hudgell 2016-11-29 10:11:49 +00:00
parent e5ade7a70c
commit 0fe13d4308
2 changed files with 6 additions and 6 deletions

12
index
View File

@ -4,8 +4,8 @@ var http = require('http'); // if going through a proxy that uses SSL change to
// In my case I had to move receiver to DMZ
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
var local_ip = 'home.k-world.me.uk';
var local_port = '8088';
var local_ip = 'deskcontrol.k-world.me.uk';
var local_port = '80';
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/**
@ -45,19 +45,19 @@ DTVControl.prototype.intentHandlers = {
// List of triggers and URL to goto
case "red":
path = '/DeskControl/red.php';
path = '/red.php';
break;
case "blue":
path = '/DeskControl/blue.php';
path = '/blue.php';
break;
case "green":
path = '/DeskControl/green.php';
path = '/green.php';
break;
case "off":
path = '/DeskControl/off.php';
path = '/off.php';
break;

BIN
index.zip

Binary file not shown.