- Surfbar extended with dynamic percentage (only config)
[mailer.git] / inc / modules / member / what-
index 684c6dca43fc2d0a49ada0ad724fd52b140be090..9a3c1104f434ae176cb60afb8cb3be4b661c3302 100644 (file)
  ************************************************************************/
 
 // Some security stuff...
-if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
-{
+if (ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
-}
- elseif (!IS_LOGGED_IN())
-{
+} elseif (!IS_LOGGED_IN()) {
        LOAD_URL(URL."/modules.php?module=index");
 }