Security line in all includes changed
[mailer.git] / inc / modules / guest / action-
index 2c6d438a15e02441c96ec9c7657bfffa226f69e7..11943809dd953766078ae877a00b5bcfae3b76e0 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);
 }