Security line in all includes changed
[mailer.git] / inc / modules / guest / action-sponsor.php
index 70c3f925e74f73247d3e1efb005566a1136a5034..4f7c9b526e5f10ab4d5cd3f8da1e39132d598652 100644 (file)
@@ -31,7 +31,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);
 }