Index: trunk/admin/browse.php =================================================================== diff -u -r898 -r927 --- trunk/admin/browse.php (.../browse.php) (revision 898) +++ trunk/admin/browse.php (.../browse.php) (revision 927) @@ -84,7 +84,7 @@ if(!headers_sent()) setcookie("sid"," ",time()-3600); $objSession->Logout(); - header("Location: ".$adminURL."/login.php"); + header("Location: ".$adminURL."/index.php?logout=1"); die(); //require_once($pathtoroot."admin/login.php"); } @@ -142,7 +142,7 @@ if(!headers_sent()) setcookie("sid"," ",time()-3600); $objSession->Logout(); - header("Location: ".$adminURL."/login.php"); + header("Location: ".$adminURL."/index.php?logout=1"); die(); //require_once($pathtoroot."admin/login.php"); }