Security line in all includes changed
[mailer.git] / inc / modules / admin / what-list_task.php
index 110dab5a88b3d825e791312444a6c3b74a40f6a9..9eb983342fd9caccdd8022ae9ca2e38ff2d09b03 100644 (file)
@@ -32,7 +32,7 @@
  ************************************************************************/
 
 // Some security stuff...
-if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN())) {
+if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 } elseif (!EXT_IS_ACTIVE("task")) {