diff --git a/index b/index index 1c44cf8..57664df 100644 --- a/index +++ b/index @@ -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; diff --git a/index.zip b/index.zip index e103102..4c8c05f 100644 Binary files a/index.zip and b/index.zip differ