Security line in all includes changed
[mailer.git] / inc / modules / guest / what-stats.php
index 19225380c08ee5789fcca6d47642754ad33802ae..73833a016b1bccff95fbf828c7c1b3e9d271a9fa 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);
 }