Security line in all includes changed
[mailer.git] / inc / modules / guest / what-sponsor_login.php
index 0a8b505de56df1f13e4359edf2242bd576b21173..c28f50026c671cc270aff0b7c2e7192a9e0b88d9 100644 (file)
@@ -31,8 +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);
 }