diff --git a/index.php b/index.php index 2e05227e8e..a274ac6faf 100755 --- a/index.php +++ b/index.php @@ -136,7 +136,7 @@ NotifyWindow.close(); } } - NotifyWindow = window.open("link("notify.php")?>", "NotifyWindow", "width=300,height=35,location=no,menubar=no,directories=no,toolbar=no,scrollbars=yes,resizable=yes,status=yes"); + NotifyWindow = window.open("link("/notify.php")?>", "NotifyWindow", "width=300,height=35,location=no,menubar=no,directories=no,toolbar=no,scrollbars=yes,resizable=yes,status=yes"); if (NotifyWindow.opener == null) { NotifyWindow.opener = window;