From 840ba28e36aa0dad19ed5e0c483ccac2fffbe900 Mon Sep 17 00:00:00 2001 From: Sungguk Lim Date: Tue, 20 May 2014 09:49:36 -0400 Subject: [PATCH] mylocalchange1 --- OHTV/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OHTV/index.php b/OHTV/index.php index fe6b99f..12e0b85 100644 --- a/OHTV/index.php +++ b/OHTV/index.php @@ -62,7 +62,7 @@ function handleKeyCode(kc) { closeApp(); return true; } else if (kc==VK_5) { - document.location.href = 'http://itv.mit-xperts.com/'; + document.location.href = 'http://www.google.com/'; } return false; }