Security line in all includes changed
[mailer.git] / inc / libs / security_functions.php
index 363bca731cd0feae1a4f11ed7a076d092c890b41..d1ec3e990f5c2445e2d157f272015dec9d716987 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);
 }