Security line in all includes changed
[mailer.git] / inc / modules / guest / what-welcome.php
index 2013b6e711f6a53e9c6d91f790eeff3228667490..c8e885c4a06704585a8c8d3a0cd601073d2e40c0 100644 (file)
@@ -32,7 +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);
 }