Security line in all includes changed
[mailer.git] / inc / modules / order.php
index 73626631b5e8f35824ff03cafcb1d5f80f644c2e..c0164a51d7994d392cf4f23eb2d476871e61d70f 100644 (file)
@@ -33,7 +33,7 @@
 
 // Some security stuff...
 $URL = "";
-if (ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) {
+if (!defined('__SECURITY')) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 } elseif ((!EXT_IS_ACTIVE("order")) && (!IS_ADMIN())) {