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; }