]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-logout.php
Cache class rewritten to better convention
[mailer.git] / inc / modules / member / what-logout.php
index c048b0642357eda5f6838662e3d72017acda4b92..00e83449b030e30e120f2be25314c790ea9e0956 100644 (file)
@@ -10,7 +10,7 @@
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Aus dem Mitgliesbereich ausloggen                *
  * -------------------------------------------------------------------- *
- *         Logout_mod: new from 15.01.04 / Fixed Reset of Cooks         *
+ *                                                                      *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2008 by Roland Haeder                           *
  * For more information visit: http://www.mxchange.org                  *
@@ -42,11 +42,6 @@ if (!defined('__SECURITY')) {
 // Base URL for redirection (both cases)
 $URL = URL."/modules.php?module=index";
 
-// Patched by Robert Niedziela: cookies won't (?) be deleted on some newer IE versions
-
-// NEW: Fixed the Set of Cookies, you mus add right TimeSet, if you changed it in What_login.php! (eg. time()- cookieTime
-
-
 if (destroy_user_session()) {
        // Remove theme cookie as well
        set_session("mxchange_theme", "");