X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex_rd.php;h=6dcb6e9a52d82f30fec128821b25ffcae678708c;hb=2fc5f744b08dabc232c6a3cc370e9f788ab182ea;hp=bfa715ce42ed0a0fa40831ddab460266c0572649;hpb=f817da821006698cdc9bb724aa1945556be84329;p=brisk.git diff --git a/web/index_rd.php b/web/index_rd.php index bfa715c..6dcb6e9 100644 --- a/web/index_rd.php +++ b/web/index_rd.php @@ -17,6 +17,8 @@ * not, write to the Free Software Foundation, Inc, 59 Temple Place - * Suite 330, Boston, MA 02111-1307, USA. * + * $Id$ + * */ require_once("brisk.phh"); @@ -44,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");')); }