]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-active.php
mailer project continued:
[mailer.git] / inc / modules / guest / what-active.php
index 96c09bd54df646e6a62c286ed7dc42c62422cf75..76dc94f8ef28236cf11c2c8ee34050cfcc7d74ba 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -37,7 +37,7 @@
 
 // Some security stuff...
 if (!defined('__SECURITY')) {
-       die();
+       exit();
 } // END - if
 
 // Add description as navigation point
@@ -56,6 +56,7 @@ FROM
 WHERE
        `last_online` >= {?START_TDAY?} AND
        `status`='CONFIRMED'
+       " . runFilterChain('user_exclusion_sql', ' ') . "
 ORDER BY
        `last_online` DESC
 LIMIT {?active_limit?}", __FILE__, __LINE__);