]> git.mxchange.org Git - mailer.git/blobdiff - inc/code-functions.php
More fixes for admin login and to early call of isAdmin()
[mailer.git] / inc / code-functions.php
index a39ec947b8f6facbde05414c3607906433e81e19..7bf20642240a1939801a38d3a00fffe137db268d 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              : code-functions.php                               *
@@ -39,7 +39,7 @@
 // Some security stuff...
 if (!defined('__SECURITY')) {
        die();
-}
+} // END - if
 
 // Adds a code key/value pair to $GLOBALS
 function addCode ($key, $value) {