From 6564a3a6970659bb6649804421fdc1409c0d7633 Mon Sep 17 00:00:00 2001 From: Nicolas Rochelemagne Date: Thu, 29 Mar 2012 11:27:11 -0500 Subject: [PATCH 4/9] add js redirection when logout --- index.php | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/index.php b/index.php index 27afcdc..398d228 100644 --- a/index.php +++ b/index.php @@ -121,6 +121,11 @@ if ( $var['func'] == "logout" ) } session_destroy(); + echo ''; } $var['Ajax'] = '1'; -- 1.7.5