]> git.mxchange.org Git - mailer.git/blobdiff - inc/profile-updte.php
Security line in all includes changed
[mailer.git] / inc / profile-updte.php
index 17f56d3d866d49272e6024794423638af54455a4..fb40eb9efaae394d0e80babaf1fb87d6c9f3fc94 100644 (file)
@@ -33,8 +33,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);
 }