]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-categories.php
Security line in all includes changed
[mailer.git] / inc / modules / member / what-categories.php
index 4f2a8ae2386033a3910bb971b4cfd861ff256534..cc902331e0c98a7a2f2df35cf59b40b546947bfe 100644 (file)
  ************************************************************************/
 
 // 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);
-}
- elseif (!IS_LOGGED_IN())
-{
+} elseif (!IS_MEMBER()) {
        LOAD_URL("modules.php[13~?module=index");
 }
 
@@ -58,7 +55,7 @@ if ($cats > 0)
        if (isset($_POST['ok']))
        {
                $cnt = 0;
-               foreach ($_POST['cat'] as $cat=>$joined)
+               foreach ($_POST['cat'] as $cat => $joined)
                {
                        if ($joined == "N") $cnt++;
                }
@@ -70,7 +67,7 @@ if ($cats > 0)
        }
        if (isset($_POST['ok']))
        {
-               foreach ($_POST['cat'] as $cat=>$joined)
+               foreach ($_POST['cat'] as $cat => $joined)
                {
                        switch ($joined)
                        {