From: Matteo Nastasi (mop) Date: Sat, 13 Jan 2007 05:00:48 +0000 (+0000) Subject: richiesta della conferma d'uscita X-Git-Tag: 3.0.0~389 X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=22d17b498e60fd3cfeca8ba04f6ae1522e583d1d;p=brisk.git richiesta della conferma d'uscita --- 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");')); }