Security line in all includes changed
[mailer.git] / inc / modules / guest / what-
index 8c2b7d2f2ba6471c1bb9f4e34af12e822e6799f6..0b024b4842d27fade12ab56b38809e0d897ed4a3 100644 (file)
@@ -21,7 +21,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);
 }