quentusrex
2008-11-06 e6bb4e823a6fb353fb802b6a7bfb8d7ed1cc424a
interface/web/login/logout.php
@@ -39,7 +39,11 @@
if($_SESSION["s"]["site"]["logout"] != '') {
   header("Location: ".$_SESSION["s"]["site"]["logout"]);
} else {
   header("Location: ../index.php");
   if($conf["interface_logout_url"] != '') {
      header("Location: ".$conf["interface_logout_url"]);
   } else {
      header("Location: ../index.php");
   }
}
exit;
?>