From 22d17b498e60fd3cfeca8ba04f6ae1522e583d1d Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sat, 13 Jan 2007 05:00:48 +0000 Subject: [PATCH] richiesta della conferma d'uscita --- web/index_rd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index_rd.php b/web/index_rd.php index 9f3870c..6dcb6e9 100644 --- a/web/index_rd.php +++ b/web/index_rd.php @@ -46,7 +46,7 @@ function unrecerror() GLOBAL $is_page_streaming; $is_page_streaming = TRUE; - return (sprintf('the_end=true; document.location.assign("index.php");')); + return (sprintf('the_end=true; window.onunload = null; document.location.assign("index.php");')); } -- 2.17.1