Security line in all includes changed
[mailer.git] / inc / modules / guest / action-members.php
index 3a3b270e6e9a7032cd3fc03bc7687d6b47f8711a..32dd12b65d83ec500da0d69d51010050831c1f79 100644 (file)
@@ -32,8 +32,7 @@
  ************************************************************************/
 
 // Some security stuff...
-if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
-{
+if (!defined('__SECURITY')) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 }