]> git.mxchange.org Git - mailer.git/blobdiff - inc/session-functions.php
Filter support added to template engine, functions renamed
[mailer.git] / inc / session-functions.php
index 18ed9d0661030917ccd72b7da05a747530b02244..17eb30ed1d3ecf44c5e040970975aa50251fd70a 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 02/28/2009 *
- * ===============                              Last change: 02/28/2009 *
+ * Mailer v0.2.1-FINAL                                Start: 02/28/2009 *
+ * ===================                          Last change: 02/28/2009 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : session-functions.php                            *
@@ -108,7 +108,6 @@ function destroyAdminSession ($destroy = true) {
        setSession('admin_login', '');
        setSession('admin_md5'  , '');
        setSession('admin_last' , '');
-       setSession('admin_to'   , '');
 
        // Destroy session and return status
        if ($destroy) {