From 8cea10d95ac8fdf45af8f093fdd4677505f0c3a3 Mon Sep 17 00:00:00 2001
From: ands <ands@andspad.(none)>
Date: Sat, 18 Dec 2010 19:11:23 +0100
Subject: [PATCH] Jukezone vip1710-ip fixed

---
 webroot/widgets/Jukezone/ajax.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webroot/widgets/Jukezone/ajax.php b/webroot/widgets/Jukezone/ajax.php
index 8db34d9..cc82714 100644
--- a/webroot/widgets/Jukezone/ajax.php
+++ b/webroot/widgets/Jukezone/ajax.php
@@ -1,6 +1,6 @@
 <?php
-  $requesturl = 'http://192.168.123.104/ajax.php';
-  //$requesturl = 'http://10.0.2.70/ajax.php';
+  //$requesturl = 'http://192.168.123.104/ajax.php';
+  $requesturl = 'http://10.0.2.70/ajax.php';
   if(isset($_GET["volume"]))
     $requesturl .= '?volume='.$_GET["volume"];
   if(isset($_GET["play"]))
-- 
GitLab